Html Css Color HEX #6140BE Purple Heart

📋 copy color: '#6140BE'

red 97 ◦ green 64 ◦ blue 190

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

Shades of Purple Heart #6140BE

Tints of Purple Heart #6140BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 54.13%

R = 27.64%
G = 18.23%
B = 54.13%

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

#6140BE (or 0x6140BE) is known color: Purple Heart. HEX triplet: 61, 40 and BE. RGB value is (97,64,190). Sum of RGB (Red+Green+Blue) = 97+64+190=351 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.64% from 351); Green value is 64 (25.39% from 255 or 18.23% from 351); Blue value is 190 (74.61% from 255 or 54.13% from 351); Max value from RGB is 190 - color contains mainly: blue. Hex color #6140BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6140BE is #9EBF41. Grayscale: #575757. Windows color (decimal): -10403650 or 12468321. OLE color: 12468321.

HSL color Cylindrical-coordinate representation of color #6140BE: hue angle of 255.71º 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 #6140BE is Cyan = 0.49, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 97 64 190 -
CMYK 0.49 0.66 0 0.25
HSL 255.71º 0.5% 0.5% -
HSV(B) 255.71º 0.66% 0.75% -
XYZ 16.06 9.93 49.78 -
YUV 88.23 185.43 134.25 -
System Red Green Blue C M Y K H S L
Decimal 97 64 190 0.49 0.66 0 0.25 255.71 0.5 0.5
Hex 61 40 BE 31 42 0 19 100 32 32
Octal 141 100 276 61 102 0 31 400 62 62
Binary 1100001 1000000 10111110 110001 1000010 0 11001 100000000 110010 110010

Color Harmonies of #6140BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6140BE

Black with #6140BE

Text Example


Text Example

White with #6140BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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