Html Css Color HEX #450CCB Purple Heart

📋 copy color: '#450CCB'

red 69 ◦ green 12 ◦ blue 203

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

Shades of Purple Heart #450CCB

Tints of Purple Heart #450CCB

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.23%

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

R = 24.3%
G = 4.23%
B = 71.48%

CMYK

 C value IS 0.66

 M value IS 0.94

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#450CCB (or 0x450CCB) is known color: Purple Heart. HEX triplet: 45, 0C and CB. RGB value is (69,12,203). Sum of RGB (Red+Green+Blue) = 69+12+203=284 (37% of max value = 765). Red value is 69 (27.34% from 255 or 24.30% from 284); Green value is 12 (5.08% from 255 or 4.23% from 284); Blue value is 203 (79.69% from 255 or 71.48% from 284); Max value from RGB is 203 - color contains mainly: blue. Hex color #450CCB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #450CCB is #BAF334. Grayscale: #323232. Windows color (decimal): -12251957 or 13306949. OLE color: 13306949.

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

Color convert

RGB 69 12 203 -
CMYK 0.66 0.94 0 0.20
HSL 257.91º 0.89% 0.42% -
HSV(B) 257.91º 0.94% 0.8% -
XYZ 13.37 5.84 56.92 -
YUV 50.82 213.88 140.97 -
System Red Green Blue C M Y K H S L
Decimal 69 12 203 0.66 0.94 0 0.20 257.91 0.89 0.42
Hex 45 C CB 42 5E 0 14 102 59 2A
Octal 105 14 313 102 136 0 24 402 131 52
Binary 1000101 1100 11001011 1000010 1011110 0 10100 100000010 1011001 101010

Color Harmonies of #450CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #450CCB

Black with #450CCB

Text Example


Text Example

White with #450CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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