Html Css Color HEX #6110CF Purple Heart

📋 copy color: '#6110CF'

red 97 ◦ green 16 ◦ blue 207

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

Shades of Purple Heart #6110CF

Tints of Purple Heart #6110CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 64.69%

R = 30.31%
G = 5%
B = 64.69%

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

#6110CF (or 0x6110CF) is known color: Purple Heart. HEX triplet: 61, 10 and CF. RGB value is (97,16,207). Sum of RGB (Red+Green+Blue) = 97+16+207=320 (42% of max value = 765). Red value is 97 (38.28% from 255 or 30.31% from 320); Green value is 16 (6.64% from 255 or 5% from 320); Blue value is 207 (81.25% from 255 or 64.69% from 320); Max value from RGB is 207 - color contains mainly: blue. Hex color #6110CF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6110CF is #9EEF30. Grayscale: #3D3D3D. Windows color (decimal): -10415921 or 13570145. OLE color: 13570145.

HSL color Cylindrical-coordinate representation of color #6110CF: hue angle of 265.45º 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 #6110CF is Cyan = 0.53, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 97 16 207 -
CMYK 0.53 0.92 0 0.19
HSL 265.45º 0.86% 0.44% -
HSV(B) 265.45º 0.92% 0.81% -
XYZ 16.38 7.42 59.6 -
YUV 61.99 209.84 152.97 -
System Red Green Blue C M Y K H S L
Decimal 97 16 207 0.53 0.92 0 0.19 265.45 0.86 0.44
Hex 61 10 CF 35 5C 0 13 109 56 2C
Octal 141 20 317 65 134 0 23 411 126 54
Binary 1100001 10000 11001111 110101 1011100 0 10011 100001001 1010110 101100

Color Harmonies of #6110CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6110CF

Black with #6110CF

Text Example


Text Example

White with #6110CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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