Html Css Color HEX #6141BF Purple Heart

📋 copy color: '#6141BF'

red 97 ◦ green 65 ◦ blue 191

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

Shades of Purple Heart #6141BF

Tints of Purple Heart #6141BF

RGB

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

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

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

R = 27.48%
G = 18.41%
B = 54.11%

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

#6141BF (or 0x6141BF) is known color: Purple Heart. HEX triplet: 61, 41 and BF. RGB value is (97,65,191). Sum of RGB (Red+Green+Blue) = 97+65+191=353 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.48% from 353); Green value is 65 (25.78% from 255 or 18.41% from 353); Blue value is 191 (75% from 255 or 54.11% from 353); Max value from RGB is 191 - color contains mainly: blue. Hex color #6141BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6141BF is #9EBE40. Grayscale: #585858. Windows color (decimal): -10403393 or 12534113. OLE color: 12534113.

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

Color convert

RGB 97 65 191 -
CMYK 0.49 0.66 0 0.25
HSL 255.24º 0.5% 0.5% -
HSV(B) 255.24º 0.66% 0.75% -
XYZ 16.22 10.08 50.38 -
YUV 88.93 185.6 133.75 -
System Red Green Blue C M Y K H S L
Decimal 97 65 191 0.49 0.66 0 0.25 255.24 0.5 0.5
Hex 61 41 BF 31 42 0 19 FF 32 32
Octal 141 101 277 61 102 0 31 377 62 62
Binary 1100001 1000001 10111111 110001 1000010 0 11001 11111111 110010 110010

Color Harmonies of #6141BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6141BF

Black with #6141BF

Text Example


Text Example

White with #6141BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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