Html Css Color HEX #4510BC Purple Heart

📋 copy color: '#4510BC'

red 69 ◦ green 16 ◦ blue 188

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

Shades of Purple Heart #4510BC

Tints of Purple Heart #4510BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 68.86%

R = 25.27%
G = 5.86%
B = 68.86%

CMYK

 C value IS 0.63

 M value IS 0.91

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4510BC (or 0x4510BC) is known color: Purple Heart. HEX triplet: 45, 10 and BC. RGB value is (69,16,188). Sum of RGB (Red+Green+Blue) = 69+16+188=273 (36% of max value = 765). Red value is 69 (27.34% from 255 or 25.27% from 273); Green value is 16 (6.64% from 255 or 5.86% from 273); Blue value is 188 (73.83% from 255 or 68.86% from 273); Max value from RGB is 188 - color contains mainly: blue. Hex color #4510BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4510BC is #BAEF43. Grayscale: #323232. Windows color (decimal): -12250948 or 12324933. OLE color: 12324933.

HSL color Cylindrical-coordinate representation of color #4510BC: hue angle of 258.49º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4510BC is Cyan = 0.63, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 69 16 188 -
CMYK 0.63 0.91 0 0.26
HSL 258.49º 0.84% 0.4% -
HSV(B) 258.49º 0.91% 0.74% -
XYZ 11.72 5.27 47.98 -
YUV 51.46 205.06 140.51 -
System Red Green Blue C M Y K H S L
Decimal 69 16 188 0.63 0.91 0 0.26 258.49 0.84 0.4
Hex 45 10 BC 3F 5B 0 1A 102 54 28
Octal 105 20 274 77 133 0 32 402 124 50
Binary 1000101 10000 10111100 111111 1011011 0 11010 100000010 1010100 101000

Color Harmonies of #4510BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4510BC

Black with #4510BC

Text Example


Text Example

White with #4510BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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