Html Css Color HEX #672FFB Han Purple

📋 copy color: '#672FFB'

red 103 ◦ green 47 ◦ blue 251

#672FFB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Han Purple #672FFB

Tints of Han Purple #672FFB

RGB

 RED value IS 103 (40.63% from 255) = 25.69%

 GREEN value IS 47 (18.75% from 255) = 11.72%

 BLUE value IS 251 (98.44% from 255) = 62.59%

R = 25.69%
G = 11.72%
B = 62.59%

CMYK

 C value IS 0.59

 M value IS 0.81

 Y value IS 0

 K value IS 0.02

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#672FFB (or 0x672FFB) is known color: Han Purple. HEX triplet: 67, 2F and FB. RGB value is (103,47,251). Sum of RGB (Red+Green+Blue) = 103+47+251=401 (53% of max value = 765). Red value is 103 (40.62% from 255 or 25.69% from 401); Green value is 47 (18.75% from 255 or 11.72% from 401); Blue value is 251 (98.44% from 255 or 62.59% from 401); Max value from RGB is 251 - color contains mainly: blue. Hex color #672FFB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #672FFB is #98D004. Grayscale: #565656. Windows color (decimal): -10014725 or 16461671. OLE color: 16461671.

HSL color Cylindrical-coordinate representation of color #672FFB: hue angle of 256.47º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #672FFB is Cyan = 0.59, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 103 47 251 -
CMYK 0.59 0.81 0 0.02
HSL 256.47º 0.96% 0.58% -
HSV(B) 256.47º 0.81% 0.98% -
XYZ 24.02 11.88 92.29 -
YUV 87 220.55 139.41 -
System Red Green Blue C M Y K H S L
Decimal 103 47 251 0.59 0.81 0 0.02 256.47 0.96 0.58
Hex 67 2F FB 3B 51 0 2 100 60 3A
Octal 147 57 373 73 121 0 2 400 140 72
Binary 1100111 101111 11111011 111011 1010001 0 10 100000000 1100000 111010

Color Harmonies of #672FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #672FFB

Black with #672FFB

Text Example


Text Example

White with #672FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #672FFB; }

 p { color: rgb(103,47,251); }

 H1.HeaderClassName
 {
   color: #672FFB;
 }
 .AnyTagClassName
 {
   color: #672FFB;
 }
</style>

background-color css

<style>
 a { background-color: #672FFB; }

 a { background-color: rgb(103,47,251); }

 div.DivClassName
 {
   background-color: #672FFB;
 }
 .BgClassName
 {
   background-color: #672FFB;
 }
</style>

border-color css

<style>
 span { border-color: #672FFB; }

 span { border-color: rgb(103,47,251); }

 td.TdClassName
 {
   border-color: #672FFB;
 }
 .TagClassName
 {
   border-color: #672FFB;
 }
</style>