Html Css Color HEX #6114CF Purple Heart

📋 copy color: '#6114CF'

red 97 ◦ green 20 ◦ blue 207

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

Shades of Purple Heart #6114CF

Tints of Purple Heart #6114CF

RGB

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

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

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

R = 29.94%
G = 6.17%
B = 63.89%

CMYK

 C value IS 0.53

 M value IS 0.90

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6114CF (or 0x6114CF) is known color: Purple Heart. HEX triplet: 61, 14 and CF. RGB value is (97,20,207). Sum of RGB (Red+Green+Blue) = 97+20+207=324 (42% of max value = 765). Red value is 97 (38.28% from 255 or 29.94% from 324); Green value is 20 (8.20% from 255 or 6.17% from 324); Blue value is 207 (81.25% from 255 or 63.89% from 324); Max value from RGB is 207 - color contains mainly: blue. Hex color #6114CF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6114CF is #9EEB30. Grayscale: #3F3F3F. Windows color (decimal): -10414897 or 13571169. OLE color: 13571169.

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

Color convert

RGB 97 20 207 -
CMYK 0.53 0.90 0 0.19
HSL 264.71º 0.82% 0.45% -
HSV(B) 264.71º 0.9% 0.81% -
XYZ 16.44 7.55 59.62 -
YUV 64.34 208.51 151.29 -
System Red Green Blue C M Y K H S L
Decimal 97 20 207 0.53 0.90 0 0.19 264.71 0.82 0.45
Hex 61 14 CF 35 5A 0 13 109 52 2D
Octal 141 24 317 65 132 0 23 411 122 55
Binary 1100001 10100 11001111 110101 1011010 0 10011 100001001 1010010 101101

Color Harmonies of #6114CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6114CF

Black with #6114CF

Text Example


Text Example

White with #6114CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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