Html Css Color HEX #6117C9 Purple Heart

📋 copy color: '#6117C9'

red 97 ◦ green 23 ◦ blue 201

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

Shades of Purple Heart #6117C9

Tints of Purple Heart #6117C9

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.17%

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

R = 30.22%
G = 7.17%
B = 62.62%

CMYK

 C value IS 0.52

 M value IS 0.89

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#6117C9 (or 0x6117C9) is known color: Purple Heart. HEX triplet: 61, 17 and C9. RGB value is (97,23,201). Sum of RGB (Red+Green+Blue) = 97+23+201=321 (42% of max value = 765). Red value is 97 (38.28% from 255 or 30.22% from 321); Green value is 23 (9.38% from 255 or 7.17% from 321); Blue value is 201 (78.91% from 255 or 62.62% from 321); Max value from RGB is 201 - color contains mainly: blue. Hex color #6117C9 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6117C9 is #9EE836. Grayscale: #404040. Windows color (decimal): -10414135 or 13178721. OLE color: 13178721.

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

Color convert

RGB 97 23 201 -
CMYK 0.52 0.89 0 0.21
HSL 264.94º 0.79% 0.44% -
HSV(B) 264.94º 0.89% 0.79% -
XYZ 15.78 7.37 55.85 -
YUV 65.42 204.52 150.53 -
System Red Green Blue C M Y K H S L
Decimal 97 23 201 0.52 0.89 0 0.21 264.94 0.79 0.44
Hex 61 17 C9 34 59 0 15 109 4F 2C
Octal 141 27 311 64 131 0 25 411 117 54
Binary 1100001 10111 11001001 110100 1011001 0 10101 100001001 1001111 101100

Color Harmonies of #6117C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6117C9

Black with #6117C9

Text Example


Text Example

White with #6117C9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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