Html Css Color HEX #6118DA Purple Heart

📋 copy color: '#6118DA'

red 97 ◦ green 24 ◦ blue 218

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

Shades of Purple Heart #6118DA

Tints of Purple Heart #6118DA

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.08%

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

R = 28.61%
G = 7.08%
B = 64.31%

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

#6118DA (or 0x6118DA) is known color: Purple Heart. HEX triplet: 61, 18 and DA. RGB value is (97,24,218). Sum of RGB (Red+Green+Blue) = 97+24+218=339 (44% of max value = 765). Red value is 97 (38.28% from 255 or 28.61% from 339); Green value is 24 (9.77% from 255 or 7.08% from 339); Blue value is 218 (85.55% from 255 or 64.31% from 339); Max value from RGB is 218 - color contains mainly: blue. Hex color #6118DA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6118DA is #9EE725. Grayscale: #434343. Windows color (decimal): -10413862 or 14293089. OLE color: 14293089.

HSL color Cylindrical-coordinate representation of color #6118DA: hue angle of 262.58º degrees, saturation: 0.8, 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 #6118DA is Cyan = 0.56, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 97 24 218 -
CMYK 0.56 0.89 0 0.15
HSL 262.58º 0.8% 0.47% -
HSV(B) 262.58º 0.89% 0.85% -
XYZ 17.91 8.26 66.98 -
YUV 67.94 212.68 148.73 -
System Red Green Blue C M Y K H S L
Decimal 97 24 218 0.56 0.89 0 0.15 262.58 0.8 0.47
Hex 61 18 DA 38 59 0 F 107 50 2F
Octal 141 30 332 70 131 0 17 407 120 57
Binary 1100001 11000 11011010 111000 1011001 0 1111 100000111 1010000 101111

Color Harmonies of #6118DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6118DA

Black with #6118DA

Text Example


Text Example

White with #6118DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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