Html Css Color HEX #6114CC Purple Heart

📋 copy color: '#6114CC'

red 97 ◦ green 20 ◦ blue 204

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

Shades of Purple Heart #6114CC

Tints of Purple Heart #6114CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 63.55%

R = 30.22%
G = 6.23%
B = 63.55%

CMYK

 C value IS 0.52

 M value IS 0.90

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#6114CC (or 0x6114CC) is known color: Purple Heart. HEX triplet: 61, 14 and CC. RGB value is (97,20,204). Sum of RGB (Red+Green+Blue) = 97+20+204=321 (42% of max value = 765). Red value is 97 (38.28% from 255 or 30.22% from 321); Green value is 20 (8.20% from 255 or 6.23% from 321); Blue value is 204 (80.08% from 255 or 63.55% from 321); Max value from RGB is 204 - color contains mainly: blue. Hex color #6114CC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6114CC is #9EEB33. Grayscale: #3F3F3F. Windows color (decimal): -10414900 or 13374561. OLE color: 13374561.

HSL color Cylindrical-coordinate representation of color #6114CC: hue angle of 265.11º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6114CC is Cyan = 0.52, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 97 20 204 -
CMYK 0.52 0.90 0 0.2
HSL 265.11º 0.82% 0.44% -
HSV(B) 265.11º 0.9% 0.8% -
XYZ 16.08 7.4 57.71 -
YUV 64 207.01 151.54 -
System Red Green Blue C M Y K H S L
Decimal 97 20 204 0.52 0.90 0 0.2 265.11 0.82 0.44
Hex 61 14 CC 34 5A 0 14 109 52 2C
Octal 141 24 314 64 132 0 24 411 122 54
Binary 1100001 10100 11001100 110100 1011010 0 10100 100001001 1010010 101100

Color Harmonies of #6114CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6114CC

Black with #6114CC

Text Example


Text Example

White with #6114CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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