Html Css Color HEX #6020CD Purple Heart

📋 copy color: '#6020CD'

red 96 ◦ green 32 ◦ blue 205

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

Shades of Purple Heart #6020CD

Tints of Purple Heart #6020CD

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.61%

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

R = 28.83%
G = 9.61%
B = 61.56%

CMYK

 C value IS 0.53

 M value IS 0.84

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6020CD (or 0x6020CD) is known color: Purple Heart. HEX triplet: 60, 20 and CD. RGB value is (96,32,205). Sum of RGB (Red+Green+Blue) = 96+32+205=333 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.83% from 333); Green value is 32 (12.89% from 255 or 9.61% from 333); Blue value is 205 (80.47% from 255 or 61.56% from 333); Max value from RGB is 205 - color contains mainly: blue. Hex color #6020CD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6020CD is #9FDF32. Grayscale: #464646. Windows color (decimal): -10477363 or 13443168. OLE color: 13443168.

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

Color convert

RGB 96 32 205 -
CMYK 0.53 0.84 0 0.20
HSL 262.2º 0.73% 0.46% -
HSV(B) 262.2º 0.84% 0.8% -
XYZ 16.36 7.93 58.43 -
YUV 70.86 203.7 145.93 -
System Red Green Blue C M Y K H S L
Decimal 96 32 205 0.53 0.84 0 0.20 262.2 0.73 0.46
Hex 60 20 CD 35 54 0 14 106 49 2E
Octal 140 40 315 65 124 0 24 406 111 56
Binary 1100000 100000 11001101 110101 1010100 0 10100 100000110 1001001 101110

Color Harmonies of #6020CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6020CD

Black with #6020CD

Text Example


Text Example

White with #6020CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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