Html Css Color HEX #450BCB Purple Heart

📋 copy color: '#450BCB'

red 69 ◦ green 11 ◦ blue 203

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

Shades of Purple Heart #450BCB

Tints of Purple Heart #450BCB

RGB

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

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

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

R = 24.38%
G = 3.89%
B = 71.73%

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

#450BCB (or 0x450BCB) is known color: Purple Heart. HEX triplet: 45, 0B and CB. RGB value is (69,11,203). Sum of RGB (Red+Green+Blue) = 69+11+203=283 (37% of max value = 765). Red value is 69 (27.34% from 255 or 24.38% from 283); Green value is 11 (4.69% from 255 or 3.89% from 283); Blue value is 203 (79.69% from 255 or 71.73% from 283); Max value from RGB is 203 - color contains mainly: blue. Hex color #450BCB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #450BCB is #BAF434. Grayscale: #313131. Windows color (decimal): -12252213 or 13306693. OLE color: 13306693.

HSL color Cylindrical-coordinate representation of color #450BCB: hue angle of 258.12º degrees, saturation: 0.9, 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 #450BCB is Cyan = 0.66, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 69 11 203 -
CMYK 0.66 0.95 0 0.20
HSL 258.13º 0.9% 0.42% -
HSV(B) 258.13º 0.95% 0.8% -
XYZ 13.35 5.82 56.92 -
YUV 50.23 214.22 141.39 -
System Red Green Blue C M Y K H S L
Decimal 69 11 203 0.66 0.95 0 0.20 258.13 0.9 0.42
Hex 45 B CB 42 5F 0 14 102 5A 2A
Octal 105 13 313 102 137 0 24 402 132 52
Binary 1000101 1011 11001011 1000010 1011111 0 10100 100000010 1011010 101010

Color Harmonies of #450BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #450BCB

Black with #450BCB

Text Example


Text Example

White with #450BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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