Html Css Color HEX #6140BC Purple Heart

📋 copy color: '#6140BC'

red 97 ◦ green 64 ◦ blue 188

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

Shades of Purple Heart #6140BC

Tints of Purple Heart #6140BC

RGB

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

 GREEN value IS 64 (25.39% from 255) = 18.34%

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

R = 27.79%
G = 18.34%
B = 53.87%

CMYK

 C value IS 0.48

 M value IS 0.66

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6140BC (or 0x6140BC) is known color: Purple Heart. HEX triplet: 61, 40 and BC. RGB value is (97,64,188). Sum of RGB (Red+Green+Blue) = 97+64+188=349 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.79% from 349); Green value is 64 (25.39% from 255 or 18.34% from 349); Blue value is 188 (73.83% from 255 or 53.87% from 349); Max value from RGB is 188 - color contains mainly: blue. Hex color #6140BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6140BC is #9EBF43. Grayscale: #575757. Windows color (decimal): -10403652 or 12337249. OLE color: 12337249.

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

Color convert

RGB 97 64 188 -
CMYK 0.48 0.66 0 0.26
HSL 255.97º 0.49% 0.49% -
HSV(B) 255.97º 0.66% 0.74% -
XYZ 15.84 9.84 48.64 -
YUV 88 184.43 134.42 -
System Red Green Blue C M Y K H S L
Decimal 97 64 188 0.48 0.66 0 0.26 255.97 0.49 0.49
Hex 61 40 BC 30 42 0 1A 100 31 31
Octal 141 100 274 60 102 0 32 400 61 61
Binary 1100001 1000000 10111100 110000 1000010 0 11010 100000000 110001 110001

Color Harmonies of #6140BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6140BC

Black with #6140BC

Text Example


Text Example

White with #6140BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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