Html Css Color HEX #732ACD Purple Heart

📋 copy color: '#732ACD'

red 115 ◦ green 42 ◦ blue 205

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

Shades of Purple Heart #732ACD

Tints of Purple Heart #732ACD

RGB

 RED value IS 115 (45.31% from 255) = 31.77%

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

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

R = 31.77%
G = 11.6%
B = 56.63%

CMYK

 C value IS 0.44

 M value IS 0.80

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#732ACD (or 0x732ACD) is known color: Purple Heart. HEX triplet: 73, 2A and CD. RGB value is (115,42,205). Sum of RGB (Red+Green+Blue) = 115+42+205=362 (47% of max value = 765). Red value is 115 (45.31% from 255 or 31.77% from 362); Green value is 42 (16.80% from 255 or 11.60% from 362); Blue value is 205 (80.47% from 255 or 56.63% from 362); Max value from RGB is 205 - color contains mainly: blue. Hex color #732ACD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #732ACD is #8CD532. Grayscale: #515151. Windows color (decimal): -9229619 or 13445747. OLE color: 13445747.

HSL color Cylindrical-coordinate representation of color #732ACD: hue angle of 266.87º 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 #732ACD is Cyan = 0.44, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 115 42 205 -
CMYK 0.44 0.80 0 0.20
HSL 266.87º 0.66% 0.48% -
HSV(B) 266.87º 0.8% 0.8% -
XYZ 18.92 9.71 58.63 -
YUV 82.41 197.18 151.25 -
System Red Green Blue C M Y K H S L
Decimal 115 42 205 0.44 0.80 0 0.20 266.87 0.66 0.48
Hex 73 2A CD 2C 50 0 14 10B 42 30
Octal 163 52 315 54 120 0 24 413 102 60
Binary 1110011 101010 11001101 101100 1010000 0 10100 100001011 1000010 110000

Color Harmonies of #732ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #732ACD

Black with #732ACD

Text Example


Text Example

White with #732ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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