Html Css Color HEX #6100CC Purple Heart

📋 copy color: '#6100CC'

red 97 ◦ green 0 ◦ blue 204

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

Shades of Purple Heart #6100CC

Tints of Purple Heart #6100CC

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 32.23%
G = 0%
B = 67.77%

CMYK

 C value IS 0.52

 M value IS 1

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#6100CC (or 0x6100CC) is known color: Purple Heart. HEX triplet: 61, 00 and CC. RGB value is (97,0,204). Sum of RGB (Red+Green+Blue) = 97+0+204=301 (39% of max value = 765). Red value is 97 (38.28% from 255 or 32.23% from 301); Green value is 0 (0.39% from 255 or 0% from 301); Blue value is 204 (80.08% from 255 or 67.77% from 301); Max value from RGB is 204 - color contains mainly: blue. Hex color #6100CC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6100CC is #9EFF33. Grayscale: #333333. Windows color (decimal): -10420020 or 13369441. OLE color: 13369441.

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

Color convert

RGB 97 0 204 -
CMYK 0.52 1 0 0.2
HSL 268.53º 1% 0.4% -
HSV(B) 268.53º 1% 0.8% -
XYZ 15.83 6.9 57.62 -
YUV 52.26 213.64 159.91 -
System Red Green Blue C M Y K H S L
Decimal 97 0 204 0.52 1 0 0.2 268.53 1 0.4
Hex 61 0 CC 34 64 0 14 10D 64 28
Octal 141 0 314 64 144 0 24 415 144 50
Binary 1100001 0 11001100 110100 1100100 0 10100 100001101 1100100 101000

Color Harmonies of #6100CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6100CC

Black with #6100CC

Text Example


Text Example

White with #6100CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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