Html Css Color HEX #732CD6 Purple Heart

📋 copy color: '#732CD6'

red 115 ◦ green 44 ◦ blue 214

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

Shades of Purple Heart #732CD6

Tints of Purple Heart #732CD6

RGB

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

 GREEN value IS 44 (17.58% from 255) = 11.8%

 BLUE value IS 214 (83.98% from 255) = 57.37%

R = 30.83%
G = 11.8%
B = 57.37%

CMYK

 C value IS 0.46

 M value IS 0.79

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#732CD6 (or 0x732CD6) is known color: Purple Heart. HEX triplet: 73, 2C and D6. RGB value is (115,44,214). Sum of RGB (Red+Green+Blue) = 115+44+214=373 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.83% from 373); Green value is 44 (17.58% from 255 or 11.80% from 373); Blue value is 214 (83.98% from 255 or 57.37% from 373); Max value from RGB is 214 - color contains mainly: blue. Hex color #732CD6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #732CD6 is #8CD329. Grayscale: #545454. Windows color (decimal): -9229098 or 14036083. OLE color: 14036083.

HSL color Cylindrical-coordinate representation of color #732CD6: hue angle of 265.06º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #732CD6 is Cyan = 0.46, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 115 44 214 -
CMYK 0.46 0.79 0 0.16
HSL 265.06º 0.67% 0.51% -
HSV(B) 265.06º 0.79% 0.84% -
XYZ 20.11 10.3 64.55 -
YUV 84.61 201.02 149.68 -
System Red Green Blue C M Y K H S L
Decimal 115 44 214 0.46 0.79 0 0.16 265.06 0.67 0.51
Hex 73 2C D6 2E 4F 0 10 109 43 33
Octal 163 54 326 56 117 0 20 411 103 63
Binary 1110011 101100 11010110 101110 1001111 0 10000 100001001 1000011 110011

Color Harmonies of #732CD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #732CD6

Black with #732CD6

Text Example


Text Example

White with #732CD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,44,214); }

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

background-color css

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

 a { background-color: rgb(115,44,214); }

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

border-color css

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

 span { border-color: rgb(115,44,214); }

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