Html Css Color HEX #6104CC Purple Heart

📋 copy color: '#6104CC'

red 97 ◦ green 4 ◦ blue 204

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

Shades of Purple Heart #6104CC

Tints of Purple Heart #6104CC

RGB

 RED value IS 97 (38.28% from 255) = 31.8%

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

 BLUE value IS 204 (80.08% from 255) = 66.89%

R = 31.8%
G = 1.31%
B = 66.89%

CMYK

 C value IS 0.52

 M value IS 0.98

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#6104CC (or 0x6104CC) is known color: Purple Heart. HEX triplet: 61, 04 and CC. RGB value is (97,4,204). Sum of RGB (Red+Green+Blue) = 97+4+204=305 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.80% from 305); Green value is 4 (1.95% from 255 or 1.31% from 305); Blue value is 204 (80.08% from 255 or 66.89% from 305); Max value from RGB is 204 - color contains mainly: blue. Hex color #6104CC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6104CC is #9EFB33. Grayscale: #353535. Windows color (decimal): -10418996 or 13370465. OLE color: 13370465.

HSL color Cylindrical-coordinate representation of color #6104CC: hue angle of 267.9º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6104CC is Cyan = 0.52, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 97 4 204 -
CMYK 0.52 0.98 0 0.2
HSL 267.9º 0.96% 0.41% -
HSV(B) 267.9º 0.98% 0.8% -
XYZ 15.87 6.99 57.64 -
YUV 54.61 212.31 158.24 -
System Red Green Blue C M Y K H S L
Decimal 97 4 204 0.52 0.98 0 0.2 267.9 0.96 0.41
Hex 61 4 CC 34 62 0 14 10C 60 29
Octal 141 4 314 64 142 0 24 414 140 51
Binary 1100001 100 11001100 110100 1100010 0 10100 100001100 1100000 101001

Color Harmonies of #6104CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6104CC

Black with #6104CC

Text Example


Text Example

White with #6104CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6104CC; }

 p { color: rgb(97,4,204); }

 H1.HeaderClassName
 {
   color: #6104CC;
 }
 .AnyTagClassName
 {
   color: #6104CC;
 }
</style>

background-color css

<style>
 a { background-color: #6104CC; }

 a { background-color: rgb(97,4,204); }

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

border-color css

<style>
 span { border-color: #6104CC; }

 span { border-color: rgb(97,4,204); }

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