Html Css Color HEX #6145BE Purple Heart

📋 copy color: '#6145BE'

red 97 ◦ green 69 ◦ blue 190

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

Shades of Purple Heart #6145BE

Tints of Purple Heart #6145BE

RGB

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

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

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

R = 27.25%
G = 19.38%
B = 53.37%

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

#6145BE (or 0x6145BE) is known color: Purple Heart. HEX triplet: 61, 45 and BE. RGB value is (97,69,190). Sum of RGB (Red+Green+Blue) = 97+69+190=356 (47% of max value = 765). Red value is 97 (38.28% from 255 or 27.25% from 356); Green value is 69 (27.34% from 255 or 19.38% from 356); Blue value is 190 (74.61% from 255 or 53.37% from 356); Max value from RGB is 190 - color contains mainly: blue. Hex color #6145BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6145BE is #9EBA41. Grayscale: #5A5A5A. Windows color (decimal): -10402370 or 12469601. OLE color: 12469601.

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

Color convert

RGB 97 69 190 -
CMYK 0.49 0.64 0 0.25
HSL 253.88º 0.48% 0.51% -
HSV(B) 253.88º 0.64% 0.75% -
XYZ 16.35 10.52 49.88 -
YUV 91.17 183.78 132.16 -
System Red Green Blue C M Y K H S L
Decimal 97 69 190 0.49 0.64 0 0.25 253.88 0.48 0.51
Hex 61 45 BE 31 40 0 19 FE 30 33
Octal 141 105 276 61 100 0 31 376 60 63
Binary 1100001 1000101 10111110 110001 1000000 0 11001 11111110 110000 110011

Color Harmonies of #6145BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6145BE

Black with #6145BE

Text Example


Text Example

White with #6145BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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