Html Css Color HEX #672ADF Purple Heart

📋 copy color: '#672ADF'

red 103 ◦ green 42 ◦ blue 223

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

Shades of Purple Heart #672ADF

Tints of Purple Heart #672ADF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 60.6%

R = 27.99%
G = 11.41%
B = 60.6%

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

#672ADF (or 0x672ADF) is known color: Purple Heart. HEX triplet: 67, 2A and DF. RGB value is (103,42,223). Sum of RGB (Red+Green+Blue) = 103+42+223=368 (48% of max value = 765). Red value is 103 (40.62% from 255 or 27.99% from 368); Green value is 42 (16.80% from 255 or 11.41% from 368); Blue value is 223 (87.5% from 255 or 60.60% from 368); Max value from RGB is 223 - color contains mainly: blue. Hex color #672ADF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #672ADF is #98D520. Grayscale: #505050. Windows color (decimal): -10016033 or 14625383. OLE color: 14625383.

HSL color Cylindrical-coordinate representation of color #672ADF: hue angle of 260.22º degrees, saturation: 0.74, 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 #672ADF is Cyan = 0.54, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 103 42 223 -
CMYK 0.54 0.81 0 0.13
HSL 260.22º 0.74% 0.52% -
HSV(B) 260.22º 0.81% 0.87% -
XYZ 19.74 9.87 70.68 -
YUV 80.87 208.21 143.78 -
System Red Green Blue C M Y K H S L
Decimal 103 42 223 0.54 0.81 0 0.13 260.22 0.74 0.52
Hex 67 2A DF 36 51 0 D 104 4A 34
Octal 147 52 337 66 121 0 15 404 112 64
Binary 1100111 101010 11011111 110110 1010001 0 1101 100000100 1001010 110100

Color Harmonies of #672ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #672ADF

Black with #672ADF

Text Example


Text Example

White with #672ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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