Html Css Color HEX #6145BF Purple Heart

📋 copy color: '#6145BF'

red 97 ◦ green 69 ◦ blue 191

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

Shades of Purple Heart #6145BF

Tints of Purple Heart #6145BF

RGB

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

 GREEN value IS 69 (27.34% from 255) = 19.33%

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

R = 27.17%
G = 19.33%
B = 53.5%

CMYK

 C value IS 0.49

 M value IS 0.64

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6145BF (or 0x6145BF) is known color: Purple Heart. HEX triplet: 61, 45 and BF. RGB value is (97,69,191). Sum of RGB (Red+Green+Blue) = 97+69+191=357 (47% of max value = 765). Red value is 97 (38.28% from 255 or 27.17% from 357); Green value is 69 (27.34% from 255 or 19.33% from 357); Blue value is 191 (75% from 255 or 53.50% from 357); Max value from RGB is 191 - color contains mainly: blue. Hex color #6145BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6145BF is #9EBA40. Grayscale: #5A5A5A. Windows color (decimal): -10402369 or 12535137. OLE color: 12535137.

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

Color convert

RGB 97 69 191 -
CMYK 0.49 0.64 0 0.25
HSL 253.77º 0.49% 0.51% -
HSV(B) 253.77º 0.64% 0.75% -
XYZ 16.46 10.56 50.46 -
YUV 91.28 184.28 132.08 -
System Red Green Blue C M Y K H S L
Decimal 97 69 191 0.49 0.64 0 0.25 253.77 0.49 0.51
Hex 61 45 BF 31 40 0 19 FE 31 33
Octal 141 105 277 61 100 0 31 376 61 63
Binary 1100001 1000101 10111111 110001 1000000 0 11001 11111110 110001 110011

Color Harmonies of #6145BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6145BF

Black with #6145BF

Text Example


Text Example

White with #6145BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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