Html Css Color HEX #672ADE Purple Heart

📋 copy color: '#672ADE'

red 103 ◦ green 42 ◦ blue 222

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

Shades of Purple Heart #672ADE

Tints of Purple Heart #672ADE

RGB

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

 GREEN value IS 42 (16.8% from 255) = 11.44%

 BLUE value IS 222 (87.11% from 255) = 60.49%

R = 28.07%
G = 11.44%
B = 60.49%

CMYK

 C value IS 0.54

 M value IS 0.81

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#672ADE (or 0x672ADE) is known color: Purple Heart. HEX triplet: 67, 2A and DE. RGB value is (103,42,222). Sum of RGB (Red+Green+Blue) = 103+42+222=367 (48% of max value = 765). Red value is 103 (40.62% from 255 or 28.07% from 367); Green value is 42 (16.80% from 255 or 11.44% from 367); Blue value is 222 (87.11% from 255 or 60.49% from 367); Max value from RGB is 222 - color contains mainly: blue. Hex color #672ADE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #672ADE is #98D521. Grayscale: #505050. Windows color (decimal): -10016034 or 14559847. OLE color: 14559847.

HSL color Cylindrical-coordinate representation of color #672ADE: hue angle of 260.33º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #672ADE is Cyan = 0.54, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 103 42 222 -
CMYK 0.54 0.81 0 0.13
HSL 260.33º 0.73% 0.52% -
HSV(B) 260.33º 0.81% 0.87% -
XYZ 19.61 9.81 69.97 -
YUV 80.76 207.71 143.86 -
System Red Green Blue C M Y K H S L
Decimal 103 42 222 0.54 0.81 0 0.13 260.33 0.73 0.52
Hex 67 2A DE 36 51 0 D 104 49 34
Octal 147 52 336 66 121 0 15 404 111 64
Binary 1100111 101010 11011110 110110 1010001 0 1101 100000100 1001001 110100

Color Harmonies of #672ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #672ADE

Black with #672ADE

Text Example


Text Example

White with #672ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(103,42,222); }

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

background-color css

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

 a { background-color: rgb(103,42,222); }

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

border-color css

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

 span { border-color: rgb(103,42,222); }

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