Html Css Color HEX #6114DA Purple Heart

📋 copy color: '#6114DA'

red 97 ◦ green 20 ◦ blue 218

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

Shades of Purple Heart #6114DA

Tints of Purple Heart #6114DA

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.97%

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

R = 28.96%
G = 5.97%
B = 65.07%

CMYK

 C value IS 0.56

 M value IS 0.91

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#6114DA (or 0x6114DA) is known color: Purple Heart. HEX triplet: 61, 14 and DA. RGB value is (97,20,218). Sum of RGB (Red+Green+Blue) = 97+20+218=335 (44% of max value = 765). Red value is 97 (38.28% from 255 or 28.96% from 335); Green value is 20 (8.20% from 255 or 5.97% from 335); Blue value is 218 (85.55% from 255 or 65.07% from 335); Max value from RGB is 218 - color contains mainly: blue. Hex color #6114DA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6114DA is #9EEB25. Grayscale: #404040. Windows color (decimal): -10414886 or 14292065. OLE color: 14292065.

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

Color convert

RGB 97 20 218 -
CMYK 0.56 0.91 0 0.15
HSL 263.33º 0.83% 0.47% -
HSV(B) 263.33º 0.91% 0.85% -
XYZ 17.83 8.1 66.95 -
YUV 65.6 214.01 150.4 -
System Red Green Blue C M Y K H S L
Decimal 97 20 218 0.56 0.91 0 0.15 263.33 0.83 0.47
Hex 61 14 DA 38 5B 0 F 107 53 2F
Octal 141 24 332 70 133 0 17 407 123 57
Binary 1100001 10100 11011010 111000 1011011 0 1111 100000111 1010011 101111

Color Harmonies of #6114DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6114DA

Black with #6114DA

Text Example


Text Example

White with #6114DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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