Html Css Color HEX #6141BE Purple Heart

📋 copy color: '#6141BE'

red 97 ◦ green 65 ◦ blue 190

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

Shades of Purple Heart #6141BE

Tints of Purple Heart #6141BE

RGB

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

 GREEN value IS 65 (25.78% from 255) = 18.47%

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

R = 27.56%
G = 18.47%
B = 53.98%

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

#6141BE (or 0x6141BE) is known color: Purple Heart. HEX triplet: 61, 41 and BE. RGB value is (97,65,190). Sum of RGB (Red+Green+Blue) = 97+65+190=352 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.56% from 352); Green value is 65 (25.78% from 255 or 18.47% from 352); Blue value is 190 (74.61% from 255 or 53.98% from 352); Max value from RGB is 190 - color contains mainly: blue. Hex color #6141BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6141BE is #9EBE41. Grayscale: #585858. Windows color (decimal): -10403394 or 12468577. OLE color: 12468577.

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

Color convert

RGB 97 65 190 -
CMYK 0.49 0.66 0 0.25
HSL 255.36º 0.49% 0.5% -
HSV(B) 255.36º 0.66% 0.75% -
XYZ 16.11 10.04 49.8 -
YUV 88.82 185.1 133.84 -
System Red Green Blue C M Y K H S L
Decimal 97 65 190 0.49 0.66 0 0.25 255.36 0.49 0.5
Hex 61 41 BE 31 42 0 19 FF 31 32
Octal 141 101 276 61 102 0 31 377 61 62
Binary 1100001 1000001 10111110 110001 1000010 0 11001 11111111 110001 110010

Color Harmonies of #6141BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6141BE

Black with #6141BE

Text Example


Text Example

White with #6141BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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