Html Css Color HEX #6100C9 Purple Heart

📋 copy color: '#6100C9'

red 97 ◦ green 0 ◦ blue 201

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

Shades of Purple Heart #6100C9

Tints of Purple Heart #6100C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 67.45%

R = 32.55%
G = 0%
B = 67.45%

CMYK

 C value IS 0.52

 M value IS 1

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#6100C9 (or 0x6100C9) is known color: Purple Heart. HEX triplet: 61, 00 and C9. RGB value is (97,0,201). Sum of RGB (Red+Green+Blue) = 97+0+201=298 (39% of max value = 765). Red value is 97 (38.28% from 255 or 32.55% from 298); Green value is 0 (0.39% from 255 or 0% from 298); Blue value is 201 (78.91% from 255 or 67.45% from 298); Max value from RGB is 201 - color contains mainly: blue. Hex color #6100C9 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6100C9 is #9EFF36. Grayscale: #333333. Windows color (decimal): -10420023 or 13172833. OLE color: 13172833.

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

Color convert

RGB 97 0 201 -
CMYK 0.52 1 0 0.21
HSL 268.96º 1% 0.39% -
HSV(B) 268.96º 1% 0.79% -
XYZ 15.47 6.76 55.75 -
YUV 51.92 212.14 160.16 -
System Red Green Blue C M Y K H S L
Decimal 97 0 201 0.52 1 0 0.21 268.96 1 0.39
Hex 61 0 C9 34 64 0 15 10D 64 27
Octal 141 0 311 64 144 0 25 415 144 47
Binary 1100001 0 11001001 110100 1100100 0 10101 100001101 1100100 100111

Color Harmonies of #6100C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6100C9

Black with #6100C9

Text Example


Text Example

White with #6100C9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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