Html Css Color HEX #450BC1 Purple Heart

📋 copy color: '#450BC1'

red 69 ◦ green 11 ◦ blue 193

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

Shades of Purple Heart #450BC1

Tints of Purple Heart #450BC1

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.03%

 BLUE value IS 193 (75.78% from 255) = 70.7%

R = 25.27%
G = 4.03%
B = 70.7%

CMYK

 C value IS 0.64

 M value IS 0.94

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#450BC1 (or 0x450BC1) is known color: Purple Heart. HEX triplet: 45, 0B and C1. RGB value is (69,11,193). Sum of RGB (Red+Green+Blue) = 69+11+193=273 (36% of max value = 765). Red value is 69 (27.34% from 255 or 25.27% from 273); Green value is 11 (4.69% from 255 or 4.03% from 273); Blue value is 193 (75.78% from 255 or 70.70% from 273); Max value from RGB is 193 - color contains mainly: blue. Hex color #450BC1 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #450BC1 is #BAF43E. Grayscale: #303030. Windows color (decimal): -12252223 or 12651333. OLE color: 12651333.

HSL color Cylindrical-coordinate representation of color #450BC1: hue angle of 259.12º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #450BC1 is Cyan = 0.64, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 69 11 193 -
CMYK 0.64 0.94 0 0.24
HSL 259.12º 0.89% 0.4% -
HSV(B) 259.12º 0.94% 0.76% -
XYZ 12.2 5.35 50.84 -
YUV 49.09 209.22 142.2 -
System Red Green Blue C M Y K H S L
Decimal 69 11 193 0.64 0.94 0 0.24 259.12 0.89 0.4
Hex 45 B C1 40 5E 0 18 103 59 28
Octal 105 13 301 100 136 0 30 403 131 50
Binary 1000101 1011 11000001 1000000 1011110 0 11000 100000011 1011001 101000

Color Harmonies of #450BC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #450BC1

Black with #450BC1

Text Example


Text Example

White with #450BC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #450BC1; }

 p { color: rgb(69,11,193); }

 H1.HeaderClassName
 {
   color: #450BC1;
 }
 .AnyTagClassName
 {
   color: #450BC1;
 }
</style>

background-color css

<style>
 a { background-color: #450BC1; }

 a { background-color: rgb(69,11,193); }

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

border-color css

<style>
 span { border-color: #450BC1; }

 span { border-color: rgb(69,11,193); }

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