Html Css Color HEX #450ABA Purple Heart

📋 copy color: '#450ABA'

red 69 ◦ green 10 ◦ blue 186

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

Shades of Purple Heart #450ABA

Tints of Purple Heart #450ABA

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.77%

 BLUE value IS 186 (73.05% from 255) = 70.19%

R = 26.04%
G = 3.77%
B = 70.19%

CMYK

 C value IS 0.63

 M value IS 0.95

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#450ABA (or 0x450ABA) is known color: Purple Heart. HEX triplet: 45, 0A and BA. RGB value is (69,10,186). Sum of RGB (Red+Green+Blue) = 69+10+186=265 (35% of max value = 765). Red value is 69 (27.34% from 255 or 26.04% from 265); Green value is 10 (4.30% from 255 or 3.77% from 265); Blue value is 186 (73.05% from 255 or 70.19% from 265); Max value from RGB is 186 - color contains mainly: blue. Hex color #450ABA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #450ABA is #BAF545. Grayscale: #2F2F2F. Windows color (decimal): -12252486 or 12192325. OLE color: 12192325.

HSL color Cylindrical-coordinate representation of color #450ABA: hue angle of 260.11º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #450ABA is Cyan = 0.63, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 69 10 186 -
CMYK 0.63 0.95 0 0.27
HSL 260.11º 0.9% 0.38% -
HSV(B) 260.11º 0.95% 0.73% -
XYZ 11.43 5.03 46.82 -
YUV 47.71 206.05 143.19 -
System Red Green Blue C M Y K H S L
Decimal 69 10 186 0.63 0.95 0 0.27 260.11 0.9 0.38
Hex 45 A BA 3F 5F 0 1B 104 5A 26
Octal 105 12 272 77 137 0 33 404 132 46
Binary 1000101 1010 10111010 111111 1011111 0 11011 100000100 1011010 100110

Color Harmonies of #450ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #450ABA

Black with #450ABA

Text Example


Text Example

White with #450ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(69,10,186); }

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

background-color css

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

 a { background-color: rgb(69,10,186); }

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

border-color css

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

 span { border-color: rgb(69,10,186); }

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