Html Css Color HEX #732ACC Purple Heart

📋 copy color: '#732ACC'

red 115 ◦ green 42 ◦ blue 204

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

Shades of Purple Heart #732ACC

Tints of Purple Heart #732ACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 56.51%

R = 31.86%
G = 11.63%
B = 56.51%

CMYK

 C value IS 0.44

 M value IS 0.79

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#732ACC (or 0x732ACC) is known color: Purple Heart. HEX triplet: 73, 2A and CC. RGB value is (115,42,204). Sum of RGB (Red+Green+Blue) = 115+42+204=361 (47% of max value = 765). Red value is 115 (45.31% from 255 or 31.86% from 361); Green value is 42 (16.80% from 255 or 11.63% from 361); Blue value is 204 (80.08% from 255 or 56.51% from 361); Max value from RGB is 204 - color contains mainly: blue. Hex color #732ACC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #732ACC is #8CD533. Grayscale: #515151. Windows color (decimal): -9229620 or 13380211. OLE color: 13380211.

HSL color Cylindrical-coordinate representation of color #732ACC: hue angle of 267.04º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #732ACC is Cyan = 0.44, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 115 42 204 -
CMYK 0.44 0.79 0 0.2
HSL 267.04º 0.66% 0.48% -
HSV(B) 267.04º 0.79% 0.8% -
XYZ 18.8 9.66 58 -
YUV 82.3 196.68 151.33 -
System Red Green Blue C M Y K H S L
Decimal 115 42 204 0.44 0.79 0 0.2 267.04 0.66 0.48
Hex 73 2A CC 2C 4F 0 14 10B 42 30
Octal 163 52 314 54 117 0 24 413 102 60
Binary 1110011 101010 11001100 101100 1001111 0 10100 100001011 1000010 110000

Color Harmonies of #732ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #732ACC

Black with #732ACC

Text Example


Text Example

White with #732ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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