Html Css Color HEX #6022CD Purple Heart

📋 copy color: '#6022CD'

red 96 ◦ green 34 ◦ blue 205

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

Shades of Purple Heart #6022CD

Tints of Purple Heart #6022CD

RGB

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

 GREEN value IS 34 (13.67% from 255) = 10.15%

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

R = 28.66%
G = 10.15%
B = 61.19%

CMYK

 C value IS 0.53

 M value IS 0.83

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6022CD (or 0x6022CD) is known color: Purple Heart. HEX triplet: 60, 22 and CD. RGB value is (96,34,205). Sum of RGB (Red+Green+Blue) = 96+34+205=335 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.66% from 335); Green value is 34 (13.67% from 255 or 10.15% from 335); Blue value is 205 (80.47% from 255 or 61.19% from 335); Max value from RGB is 205 - color contains mainly: blue. Hex color #6022CD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6022CD is #9FDD32. Grayscale: #474747. Windows color (decimal): -10476851 or 13443680. OLE color: 13443680.

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

Color convert

RGB 96 34 205 -
CMYK 0.53 0.83 0 0.20
HSL 261.75º 0.72% 0.47% -
HSV(B) 261.75º 0.83% 0.8% -
XYZ 16.42 8.04 58.44 -
YUV 72.03 203.04 145.1 -
System Red Green Blue C M Y K H S L
Decimal 96 34 205 0.53 0.83 0 0.20 261.75 0.72 0.47
Hex 60 22 CD 35 53 0 14 106 48 2F
Octal 140 42 315 65 123 0 24 406 110 57
Binary 1100000 100010 11001101 110101 1010011 0 10100 100000110 1001000 101111

Color Harmonies of #6022CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6022CD

Black with #6022CD

Text Example


Text Example

White with #6022CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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