Html Css Color HEX #6110CE Purple Heart

📋 copy color: '#6110CE'

red 97 ◦ green 16 ◦ blue 206

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

Shades of Purple Heart #6110CE

Tints of Purple Heart #6110CE

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.02%

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

R = 30.41%
G = 5.02%
B = 64.58%

CMYK

 C value IS 0.53

 M value IS 0.92

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6110CE (or 0x6110CE) is known color: Purple Heart. HEX triplet: 61, 10 and CE. RGB value is (97,16,206). Sum of RGB (Red+Green+Blue) = 97+16+206=319 (42% of max value = 765). Red value is 97 (38.28% from 255 or 30.41% from 319); Green value is 16 (6.64% from 255 or 5.02% from 319); Blue value is 206 (80.86% from 255 or 64.58% from 319); Max value from RGB is 206 - color contains mainly: blue. Hex color #6110CE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6110CE is #9EEF31. Grayscale: #3D3D3D. Windows color (decimal): -10415922 or 13504609. OLE color: 13504609.

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

Color convert

RGB 97 16 206 -
CMYK 0.53 0.92 0 0.19
HSL 265.58º 0.86% 0.44% -
HSV(B) 265.58º 0.92% 0.81% -
XYZ 16.26 7.37 58.96 -
YUV 61.88 209.34 153.05 -
System Red Green Blue C M Y K H S L
Decimal 97 16 206 0.53 0.92 0 0.19 265.58 0.86 0.44
Hex 61 10 CE 35 5C 0 13 10A 56 2C
Octal 141 20 316 65 134 0 23 412 126 54
Binary 1100001 10000 11001110 110101 1011100 0 10011 100001010 1010110 101100

Color Harmonies of #6110CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6110CE

Black with #6110CE

Text Example


Text Example

White with #6110CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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