Html Css Color HEX #6032CD Purple Heart

📋 copy color: '#6032CD'

red 96 ◦ green 50 ◦ blue 205

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

Shades of Purple Heart #6032CD

Tints of Purple Heart #6032CD

RGB

 RED value IS 96 (37.89% from 255) = 27.35%

 GREEN value IS 50 (19.92% from 255) = 14.25%

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

R = 27.35%
G = 14.25%
B = 58.4%

CMYK

 C value IS 0.53

 M value IS 0.76

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6032CD (or 0x6032CD) is known color: Purple Heart. HEX triplet: 60, 32 and CD. RGB value is (96,50,205). Sum of RGB (Red+Green+Blue) = 96+50+205=351 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.35% from 351); Green value is 50 (19.92% from 255 or 14.25% from 351); Blue value is 205 (80.47% from 255 or 58.40% from 351); Max value from RGB is 205 - color contains mainly: blue. Hex color #6032CD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6032CD is #9FCD32. Grayscale: #505050. Windows color (decimal): -10472755 or 13447776. OLE color: 13447776.

HSL color Cylindrical-coordinate representation of color #6032CD: hue angle of 257.81º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6032CD is Cyan = 0.53, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 96 50 205 -
CMYK 0.53 0.76 0 0.20
HSL 257.81º 0.61% 0.5% -
HSV(B) 257.81º 0.76% 0.8% -
XYZ 16.98 9.18 58.63 -
YUV 81.42 197.74 138.4 -
System Red Green Blue C M Y K H S L
Decimal 96 50 205 0.53 0.76 0 0.20 257.81 0.61 0.5
Hex 60 32 CD 35 4C 0 14 102 3D 32
Octal 140 62 315 65 114 0 24 402 75 62
Binary 1100000 110010 11001101 110101 1001100 0 10100 100000010 111101 110010

Color Harmonies of #6032CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6032CD

Black with #6032CD

Text Example


Text Example

White with #6032CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6032CD; }

 p { color: rgb(96,50,205); }

 H1.HeaderClassName
 {
   color: #6032CD;
 }
 .AnyTagClassName
 {
   color: #6032CD;
 }
</style>

background-color css

<style>
 a { background-color: #6032CD; }

 a { background-color: rgb(96,50,205); }

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

border-color css

<style>
 span { border-color: #6032CD; }

 span { border-color: rgb(96,50,205); }

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