Html Css Color HEX #4510BE Purple Heart

📋 copy color: '#4510BE'

red 69 ◦ green 16 ◦ blue 190

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

Shades of Purple Heart #4510BE

Tints of Purple Heart #4510BE

RGB

 RED value IS 69 (27.34% from 255) = 25.09%

 GREEN value IS 16 (6.64% from 255) = 5.82%

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

R = 25.09%
G = 5.82%
B = 69.09%

CMYK

 C value IS 0.64

 M value IS 0.92

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4510BE (or 0x4510BE) is known color: Purple Heart. HEX triplet: 45, 10 and BE. RGB value is (69,16,190). Sum of RGB (Red+Green+Blue) = 69+16+190=275 (36% of max value = 765). Red value is 69 (27.34% from 255 or 25.09% from 275); Green value is 16 (6.64% from 255 or 5.82% from 275); Blue value is 190 (74.61% from 255 or 69.09% from 275); Max value from RGB is 190 - color contains mainly: blue. Hex color #4510BE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4510BE is #BAEF41. Grayscale: #333333. Windows color (decimal): -12250946 or 12456005. OLE color: 12456005.

HSL color Cylindrical-coordinate representation of color #4510BE: hue angle of 258.28º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4510BE is Cyan = 0.64, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 69 16 190 -
CMYK 0.64 0.92 0 0.25
HSL 258.28º 0.84% 0.4% -
HSV(B) 258.28º 0.92% 0.75% -
XYZ 11.93 5.35 49.12 -
YUV 51.68 206.06 140.35 -
System Red Green Blue C M Y K H S L
Decimal 69 16 190 0.64 0.92 0 0.25 258.28 0.84 0.4
Hex 45 10 BE 40 5C 0 19 102 54 28
Octal 105 20 276 100 134 0 31 402 124 50
Binary 1000101 10000 10111110 1000000 1011100 0 11001 100000010 1010100 101000

Color Harmonies of #4510BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4510BE

Black with #4510BE

Text Example


Text Example

White with #4510BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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