Html Css Color HEX #672FEB Han Purple

📋 copy color: '#672FEB'

red 103 ◦ green 47 ◦ blue 235

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

Shades of Han Purple #672FEB

Tints of Han Purple #672FEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 61.04%

R = 26.75%
G = 12.21%
B = 61.04%

CMYK

 C value IS 0.56

 M value IS 0.8

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#672FEB (or 0x672FEB) is known color: Han Purple. HEX triplet: 67, 2F and EB. RGB value is (103,47,235). Sum of RGB (Red+Green+Blue) = 103+47+235=385 (50% of max value = 765). Red value is 103 (40.62% from 255 or 26.75% from 385); Green value is 47 (18.75% from 255 or 12.21% from 385); Blue value is 235 (92.19% from 255 or 61.04% from 385); Max value from RGB is 235 - color contains mainly: blue. Hex color #672FEB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #672FEB is #98D014. Grayscale: #545454. Windows color (decimal): -10014741 or 15413095. OLE color: 15413095.

HSL color Cylindrical-coordinate representation of color #672FEB: hue angle of 257.87º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #672FEB is Cyan = 0.56, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 103 47 235 -
CMYK 0.56 0.8 0 0.08
HSL 257.87º 0.82% 0.55% -
HSV(B) 257.87º 0.8% 0.92% -
XYZ 21.61 10.91 79.57 -
YUV 85.18 212.55 140.71 -
System Red Green Blue C M Y K H S L
Decimal 103 47 235 0.56 0.8 0 0.08 257.87 0.82 0.55
Hex 67 2F EB 38 50 0 8 102 52 37
Octal 147 57 353 70 120 0 10 402 122 67
Binary 1100111 101111 11101011 111000 1010000 0 1000 100000010 1010010 110111

Color Harmonies of #672FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #672FEB

Black with #672FEB

Text Example


Text Example

White with #672FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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