Html Css Color HEX #6140BF Purple Heart

📋 copy color: '#6140BF'

red 97 ◦ green 64 ◦ blue 191

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

Shades of Purple Heart #6140BF

Tints of Purple Heart #6140BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 54.26%

R = 27.56%
G = 18.18%
B = 54.26%

CMYK

 C value IS 0.49

 M value IS 0.66

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6140BF (or 0x6140BF) is known color: Purple Heart. HEX triplet: 61, 40 and BF. RGB value is (97,64,191). Sum of RGB (Red+Green+Blue) = 97+64+191=352 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.56% from 352); Green value is 64 (25.39% from 255 or 18.18% from 352); Blue value is 191 (75% from 255 or 54.26% from 352); Max value from RGB is 191 - color contains mainly: blue. Hex color #6140BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6140BF is #9EBF40. Grayscale: #575757. Windows color (decimal): -10403649 or 12533857. OLE color: 12533857.

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

Color convert

RGB 97 64 191 -
CMYK 0.49 0.66 0 0.25
HSL 255.59º 0.5% 0.5% -
HSV(B) 255.59º 0.66% 0.75% -
XYZ 16.17 9.97 50.36 -
YUV 88.35 185.93 134.17 -
System Red Green Blue C M Y K H S L
Decimal 97 64 191 0.49 0.66 0 0.25 255.59 0.5 0.5
Hex 61 40 BF 31 42 0 19 100 32 32
Octal 141 100 277 61 102 0 31 400 62 62
Binary 1100001 1000000 10111111 110001 1000010 0 11001 100000000 110010 110010

Color Harmonies of #6140BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6140BF

Black with #6140BF

Text Example


Text Example

White with #6140BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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