Html Css Color HEX #6114BC Purple Heart

📋 copy color: '#6114BC'

red 97 ◦ green 20 ◦ blue 188

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

Shades of Purple Heart #6114BC

Tints of Purple Heart #6114BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 61.64%

R = 31.8%
G = 6.56%
B = 61.64%

CMYK

 C value IS 0.48

 M value IS 0.89

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6114BC (or 0x6114BC) is known color: Purple Heart. HEX triplet: 61, 14 and BC. RGB value is (97,20,188). Sum of RGB (Red+Green+Blue) = 97+20+188=305 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.80% from 305); Green value is 20 (8.20% from 255 or 6.56% from 305); Blue value is 188 (73.83% from 255 or 61.64% from 305); Max value from RGB is 188 - color contains mainly: blue. Hex color #6114BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6114BC is #9EEB43. Grayscale: #3D3D3D. Windows color (decimal): -10414916 or 12325985. OLE color: 12325985.

HSL color Cylindrical-coordinate representation of color #6114BC: hue angle of 267.5º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6114BC is Cyan = 0.48, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 97 20 188 -
CMYK 0.48 0.89 0 0.26
HSL 267.5º 0.81% 0.41% -
HSV(B) 267.5º 0.89% 0.74% -
XYZ 14.26 6.67 48.11 -
YUV 62.18 199.01 152.84 -
System Red Green Blue C M Y K H S L
Decimal 97 20 188 0.48 0.89 0 0.26 267.5 0.81 0.41
Hex 61 14 BC 30 59 0 1A 10C 51 29
Octal 141 24 274 60 131 0 32 414 121 51
Binary 1100001 10100 10111100 110000 1011001 0 11010 100001100 1010001 101001

Color Harmonies of #6114BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6114BC

Black with #6114BC

Text Example


Text Example

White with #6114BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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