Html Css Color HEX #6004BE Purple Heart

📋 copy color: '#6004BE'

red 96 ◦ green 4 ◦ blue 190

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

Shades of Purple Heart #6004BE

Tints of Purple Heart #6004BE

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.38%

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

R = 33.1%
G = 1.38%
B = 65.52%

CMYK

 C value IS 0.49

 M value IS 0.98

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6004BE (or 0x6004BE) is known color: Purple Heart. HEX triplet: 60, 04 and BE. RGB value is (96,4,190). Sum of RGB (Red+Green+Blue) = 96+4+190=290 (38% of max value = 765). Red value is 96 (37.89% from 255 or 33.10% from 290); Green value is 4 (1.95% from 255 or 1.38% from 290); Blue value is 190 (74.61% from 255 or 65.52% from 290); Max value from RGB is 190 - color contains mainly: blue. Hex color #6004BE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6004BE is #9FFB41. Grayscale: #343434. Windows color (decimal): -10484546 or 12452960. OLE color: 12452960.

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

Color convert

RGB 96 4 190 -
CMYK 0.49 0.98 0 0.25
HSL 269.68º 0.96% 0.38% -
HSV(B) 269.68º 0.98% 0.75% -
XYZ 14.16 6.29 49.18 -
YUV 52.71 205.48 158.88 -
System Red Green Blue C M Y K H S L
Decimal 96 4 190 0.49 0.98 0 0.25 269.68 0.96 0.38
Hex 60 4 BE 31 62 0 19 10E 60 26
Octal 140 4 276 61 142 0 31 416 140 46
Binary 1100000 100 10111110 110001 1100010 0 11001 100001110 1100000 100110

Color Harmonies of #6004BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6004BE

Black with #6004BE

Text Example


Text Example

White with #6004BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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