Html Css Color HEX #450BC6 Purple Heart

📋 copy color: '#450BC6'

red 69 ◦ green 11 ◦ blue 198

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

Shades of Purple Heart #450BC6

Tints of Purple Heart #450BC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 71.22%

R = 24.82%
G = 3.96%
B = 71.22%

CMYK

 C value IS 0.65

 M value IS 0.94

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#450BC6 (or 0x450BC6) is known color: Purple Heart. HEX triplet: 45, 0B and C6. RGB value is (69,11,198). Sum of RGB (Red+Green+Blue) = 69+11+198=278 (36% of max value = 765). Red value is 69 (27.34% from 255 or 24.82% from 278); Green value is 11 (4.69% from 255 or 3.96% from 278); Blue value is 198 (77.73% from 255 or 71.22% from 278); Max value from RGB is 198 - color contains mainly: blue. Hex color #450BC6 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #450BC6 is #BAF439. Grayscale: #303030. Windows color (decimal): -12252218 or 12979013. OLE color: 12979013.

HSL color Cylindrical-coordinate representation of color #450BC6: hue angle of 258.61º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #450BC6 is Cyan = 0.65, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 69 11 198 -
CMYK 0.65 0.94 0 0.22
HSL 258.61º 0.89% 0.41% -
HSV(B) 258.61º 0.94% 0.78% -
XYZ 12.77 5.58 53.83 -
YUV 49.66 211.72 141.79 -
System Red Green Blue C M Y K H S L
Decimal 69 11 198 0.65 0.94 0 0.22 258.61 0.89 0.41
Hex 45 B C6 41 5E 0 16 103 59 29
Octal 105 13 306 101 136 0 26 403 131 51
Binary 1000101 1011 11000110 1000001 1011110 0 10110 100000011 1011001 101001

Color Harmonies of #450BC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #450BC6

Black with #450BC6

Text Example


Text Example

White with #450BC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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