Html Css Color HEX #672ACD Purple Heart

📋 copy color: '#672ACD'

red 103 ◦ green 42 ◦ blue 205

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

Shades of Purple Heart #672ACD

Tints of Purple Heart #672ACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 58.57%

R = 29.43%
G = 12%
B = 58.57%

CMYK

 C value IS 0.50

 M value IS 0.80

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#672ACD (or 0x672ACD) is known color: Purple Heart. HEX triplet: 67, 2A and CD. RGB value is (103,42,205). Sum of RGB (Red+Green+Blue) = 103+42+205=350 (46% of max value = 765). Red value is 103 (40.62% from 255 or 29.43% from 350); Green value is 42 (16.80% from 255 or 12% from 350); Blue value is 205 (80.47% from 255 or 58.57% from 350); Max value from RGB is 205 - color contains mainly: blue. Hex color #672ACD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #672ACD is #98D532. Grayscale: #4E4E4E. Windows color (decimal): -10016051 or 13445735. OLE color: 13445735.

HSL color Cylindrical-coordinate representation of color #672ACD: hue angle of 262.45º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #672ACD is Cyan = 0.50, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 103 42 205 -
CMYK 0.50 0.80 0 0.20
HSL 262.45º 0.66% 0.48% -
HSV(B) 262.45º 0.8% 0.8% -
XYZ 17.44 8.95 58.57 -
YUV 78.82 199.21 145.25 -
System Red Green Blue C M Y K H S L
Decimal 103 42 205 0.50 0.80 0 0.20 262.45 0.66 0.48
Hex 67 2A CD 32 50 0 14 106 42 30
Octal 147 52 315 62 120 0 24 406 102 60
Binary 1100111 101010 11001101 110010 1010000 0 10100 100000110 1000010 110000

Color Harmonies of #672ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #672ACD

Black with #672ACD

Text Example


Text Example

White with #672ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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