Html Css Color HEX #6020BE Purple Heart

📋 copy color: '#6020BE'

red 96 ◦ green 32 ◦ blue 190

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

Shades of Purple Heart #6020BE

Tints of Purple Heart #6020BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 59.75%

R = 30.19%
G = 10.06%
B = 59.75%

CMYK

 C value IS 0.49

 M value IS 0.83

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6020BE (or 0x6020BE) is known color: Purple Heart. HEX triplet: 60, 20 and BE. RGB value is (96,32,190). Sum of RGB (Red+Green+Blue) = 96+32+190=318 (42% of max value = 765). Red value is 96 (37.89% from 255 or 30.19% from 318); Green value is 32 (12.89% from 255 or 10.06% from 318); Blue value is 190 (74.61% from 255 or 59.75% from 318); Max value from RGB is 190 - color contains mainly: blue. Hex color #6020BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6020BE is #9FDF41. Grayscale: #444444. Windows color (decimal): -10477378 or 12460128. OLE color: 12460128.

HSL color Cylindrical-coordinate representation of color #6020BE: hue angle of 264.3º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6020BE is Cyan = 0.49, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 96 32 190 -
CMYK 0.49 0.83 0 0.25
HSL 264.3º 0.71% 0.44% -
HSV(B) 264.3º 0.83% 0.75% -
XYZ 14.63 7.24 49.34 -
YUV 69.15 196.2 147.15 -
System Red Green Blue C M Y K H S L
Decimal 96 32 190 0.49 0.83 0 0.25 264.3 0.71 0.44
Hex 60 20 BE 31 53 0 19 108 47 2C
Octal 140 40 276 61 123 0 31 410 107 54
Binary 1100000 100000 10111110 110001 1010011 0 11001 100001000 1000111 101100

Color Harmonies of #6020BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6020BE

Black with #6020BE

Text Example


Text Example

White with #6020BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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