Html Css Color HEX #6116CF Purple Heart

📋 copy color: '#6116CF'

red 97 ◦ green 22 ◦ blue 207

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

Shades of Purple Heart #6116CF

Tints of Purple Heart #6116CF

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.75%

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

R = 29.75%
G = 6.75%
B = 63.5%

CMYK

 C value IS 0.53

 M value IS 0.89

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6116CF (or 0x6116CF) is known color: Purple Heart. HEX triplet: 61, 16 and CF. RGB value is (97,22,207). Sum of RGB (Red+Green+Blue) = 97+22+207=326 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.75% from 326); Green value is 22 (8.98% from 255 or 6.75% from 326); Blue value is 207 (81.25% from 255 or 63.50% from 326); Max value from RGB is 207 - color contains mainly: blue. Hex color #6116CF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6116CF is #9EE930. Grayscale: #404040. Windows color (decimal): -10414385 or 13571681. OLE color: 13571681.

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

Color convert

RGB 97 22 207 -
CMYK 0.53 0.89 0 0.19
HSL 264.32º 0.81% 0.45% -
HSV(B) 264.32º 0.89% 0.81% -
XYZ 16.48 7.62 59.63 -
YUV 65.52 207.85 150.46 -
System Red Green Blue C M Y K H S L
Decimal 97 22 207 0.53 0.89 0 0.19 264.32 0.81 0.45
Hex 61 16 CF 35 59 0 13 108 51 2D
Octal 141 26 317 65 131 0 23 410 121 55
Binary 1100001 10110 11001111 110101 1011001 0 10011 100001000 1010001 101101

Color Harmonies of #6116CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6116CF

Black with #6116CF

Text Example


Text Example

White with #6116CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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