Html Css Color HEX #6117DA Purple Heart

📋 copy color: '#6117DA'

red 97 ◦ green 23 ◦ blue 218

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

Shades of Purple Heart #6117DA

Tints of Purple Heart #6117DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 64.5%

R = 28.7%
G = 6.8%
B = 64.5%

CMYK

 C value IS 0.56

 M value IS 0.89

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#6117DA (or 0x6117DA) is known color: Purple Heart. HEX triplet: 61, 17 and DA. RGB value is (97,23,218). Sum of RGB (Red+Green+Blue) = 97+23+218=338 (44% of max value = 765). Red value is 97 (38.28% from 255 or 28.70% from 338); Green value is 23 (9.38% from 255 or 6.80% from 338); Blue value is 218 (85.55% from 255 or 64.50% from 338); Max value from RGB is 218 - color contains mainly: blue. Hex color #6117DA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6117DA is #9EE825. Grayscale: #424242. Windows color (decimal): -10414118 or 14292833. OLE color: 14292833.

HSL color Cylindrical-coordinate representation of color #6117DA: hue angle of 262.77º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6117DA is Cyan = 0.56, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 97 23 218 -
CMYK 0.56 0.89 0 0.15
HSL 262.77º 0.81% 0.47% -
HSV(B) 262.77º 0.89% 0.85% -
XYZ 17.89 8.22 66.97 -
YUV 67.36 213.02 149.14 -
System Red Green Blue C M Y K H S L
Decimal 97 23 218 0.56 0.89 0 0.15 262.77 0.81 0.47
Hex 61 17 DA 38 59 0 F 107 51 2F
Octal 141 27 332 70 131 0 17 407 121 57
Binary 1100001 10111 11011010 111000 1011001 0 1111 100000111 1010001 101111

Color Harmonies of #6117DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6117DA

Black with #6117DA

Text Example


Text Example

White with #6117DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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