Html Css Color HEX #450ABC Purple Heart

📋 copy color: '#450ABC'

red 69 ◦ green 10 ◦ blue 188

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

Shades of Purple Heart #450ABC

Tints of Purple Heart #450ABC

RGB

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

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

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

R = 25.84%
G = 3.75%
B = 70.41%

CMYK

 C value IS 0.63

 M value IS 0.95

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#450ABC (or 0x450ABC) is known color: Purple Heart. HEX triplet: 45, 0A and BC. RGB value is (69,10,188). Sum of RGB (Red+Green+Blue) = 69+10+188=267 (35% of max value = 765). Red value is 69 (27.34% from 255 or 25.84% from 267); Green value is 10 (4.30% from 255 or 3.75% from 267); Blue value is 188 (73.83% from 255 or 70.41% from 267); Max value from RGB is 188 - color contains mainly: blue. Hex color #450ABC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #450ABC is #BAF543. Grayscale: #2F2F2F. Windows color (decimal): -12252484 or 12323397. OLE color: 12323397.

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

Color convert

RGB 69 10 188 -
CMYK 0.63 0.95 0 0.26
HSL 259.89º 0.9% 0.39% -
HSV(B) 259.89º 0.95% 0.74% -
XYZ 11.64 5.11 47.95 -
YUV 47.93 207.05 143.03 -
System Red Green Blue C M Y K H S L
Decimal 69 10 188 0.63 0.95 0 0.26 259.89 0.9 0.39
Hex 45 A BC 3F 5F 0 1A 104 5A 27
Octal 105 12 274 77 137 0 32 404 132 47
Binary 1000101 1010 10111100 111111 1011111 0 11010 100000100 1011010 100111

Color Harmonies of #450ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #450ABC

Black with #450ABC

Text Example


Text Example

White with #450ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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