Html Css Color HEX #450ACB Purple Heart

📋 copy color: '#450ACB'

red 69 ◦ green 10 ◦ blue 203

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

Shades of Purple Heart #450ACB

Tints of Purple Heart #450ACB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 71.99%

R = 24.47%
G = 3.55%
B = 71.99%

CMYK

 C value IS 0.66

 M value IS 0.95

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#450ACB (or 0x450ACB) is known color: Purple Heart. HEX triplet: 45, 0A and CB. RGB value is (69,10,203). Sum of RGB (Red+Green+Blue) = 69+10+203=282 (37% of max value = 765). Red value is 69 (27.34% from 255 or 24.47% from 282); Green value is 10 (4.30% from 255 or 3.55% from 282); Blue value is 203 (79.69% from 255 or 71.99% from 282); Max value from RGB is 203 - color contains mainly: blue. Hex color #450ACB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #450ACB is #BAF534. Grayscale: #303030. Windows color (decimal): -12252469 or 13306437. OLE color: 13306437.

HSL color Cylindrical-coordinate representation of color #450ACB: hue angle of 258.34º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #450ACB is Cyan = 0.66, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 69 10 203 -
CMYK 0.66 0.95 0 0.20
HSL 258.34º 0.91% 0.42% -
HSV(B) 258.34º 0.95% 0.8% -
XYZ 13.34 5.79 56.92 -
YUV 49.64 214.55 141.81 -
System Red Green Blue C M Y K H S L
Decimal 69 10 203 0.66 0.95 0 0.20 258.34 0.91 0.42
Hex 45 A CB 42 5F 0 14 102 5B 2A
Octal 105 12 313 102 137 0 24 402 133 52
Binary 1000101 1010 11001011 1000010 1011111 0 10100 100000010 1011011 101010

Color Harmonies of #450ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #450ACB

Black with #450ACB

Text Example


Text Example

White with #450ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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