Html Css Color HEX #6004C1 Purple Heart

📋 copy color: '#6004C1'

red 96 ◦ green 4 ◦ blue 193

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

Shades of Purple Heart #6004C1

Tints of Purple Heart #6004C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 65.87%

R = 32.76%
G = 1.37%
B = 65.87%

CMYK

 C value IS 0.50

 M value IS 0.98

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#6004C1 (or 0x6004C1) is known color: Purple Heart. HEX triplet: 60, 04 and C1. RGB value is (96,4,193). Sum of RGB (Red+Green+Blue) = 96+4+193=293 (38% of max value = 765). Red value is 96 (37.89% from 255 or 32.76% from 293); Green value is 4 (1.95% from 255 or 1.37% from 293); Blue value is 193 (75.78% from 255 or 65.87% from 293); Max value from RGB is 193 - color contains mainly: blue. Hex color #6004C1 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6004C1 is #9FFB3E. Grayscale: #343434. Windows color (decimal): -10484543 or 12649568. OLE color: 12649568.

HSL color Cylindrical-coordinate representation of color #6004C1: hue angle of 269.21º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6004C1 is Cyan = 0.50, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 96 4 193 -
CMYK 0.50 0.98 0 0.24
HSL 269.21º 0.96% 0.39% -
HSV(B) 269.21º 0.98% 0.76% -
XYZ 14.49 6.42 50.93 -
YUV 53.05 206.98 158.63 -
System Red Green Blue C M Y K H S L
Decimal 96 4 193 0.50 0.98 0 0.24 269.21 0.96 0.39
Hex 60 4 C1 32 62 0 18 10D 60 27
Octal 140 4 301 62 142 0 30 415 140 47
Binary 1100000 100 11000001 110010 1100010 0 11000 100001101 1100000 100111

Color Harmonies of #6004C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6004C1

Black with #6004C1

Text Example


Text Example

White with #6004C1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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