Html Css Color HEX #6100CE Purple Heart

📋 copy color: '#6100CE'

red 97 ◦ green 0 ◦ blue 206

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

Shades of Purple Heart #6100CE

Tints of Purple Heart #6100CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 67.99%

R = 32.01%
G = 0%
B = 67.99%

CMYK

 C value IS 0.53

 M value IS 1

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6100CE (or 0x6100CE) is known color: Purple Heart. HEX triplet: 61, 00 and CE. RGB value is (97,0,206). Sum of RGB (Red+Green+Blue) = 97+0+206=303 (40% of max value = 765). Red value is 97 (38.28% from 255 or 32.01% from 303); Green value is 0 (0.39% from 255 or 0% from 303); Blue value is 206 (80.86% from 255 or 67.99% from 303); Max value from RGB is 206 - color contains mainly: blue. Hex color #6100CE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6100CE is #9EFF31. Grayscale: #333333. Windows color (decimal): -10420018 or 13500513. OLE color: 13500513.

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

Color convert

RGB 97 0 206 -
CMYK 0.53 1 0 0.19
HSL 268.25º 1% 0.4% -
HSV(B) 268.25º 1% 0.81% -
XYZ 16.07 7 58.9 -
YUV 52.49 214.64 159.75 -
System Red Green Blue C M Y K H S L
Decimal 97 0 206 0.53 1 0 0.19 268.25 1 0.4
Hex 61 0 CE 35 64 0 13 10C 64 28
Octal 141 0 316 65 144 0 23 414 144 50
Binary 1100001 0 11001110 110101 1100100 0 10011 100001100 1100100 101000

Color Harmonies of #6100CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6100CE

Black with #6100CE

Text Example


Text Example

White with #6100CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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