Html Css Color HEX #450BC7 Purple Heart

📋 copy color: '#450BC7'

red 69 ◦ green 11 ◦ blue 199

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

Shades of Purple Heart #450BC7

Tints of Purple Heart #450BC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 71.33%

R = 24.73%
G = 3.94%
B = 71.33%

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

#450BC7 (or 0x450BC7) is known color: Purple Heart. HEX triplet: 45, 0B and C7. RGB value is (69,11,199). Sum of RGB (Red+Green+Blue) = 69+11+199=279 (36% of max value = 765). Red value is 69 (27.34% from 255 or 24.73% from 279); Green value is 11 (4.69% from 255 or 3.94% from 279); Blue value is 199 (78.12% from 255 or 71.33% from 279); Max value from RGB is 199 - color contains mainly: blue. Hex color #450BC7 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #450BC7 is #BAF438. Grayscale: #313131. Windows color (decimal): -12252217 or 13044549. OLE color: 13044549.

HSL color Cylindrical-coordinate representation of color #450BC7: hue angle of 258.51º degrees, saturation: 0.9, 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 #450BC7 is Cyan = 0.65, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 69 11 199 -
CMYK 0.65 0.94 0 0.22
HSL 258.51º 0.9% 0.41% -
HSV(B) 258.51º 0.94% 0.78% -
XYZ 12.88 5.63 54.44 -
YUV 49.77 212.22 141.71 -
System Red Green Blue C M Y K H S L
Decimal 69 11 199 0.65 0.94 0 0.22 258.51 0.9 0.41
Hex 45 B C7 41 5E 0 16 103 5A 29
Octal 105 13 307 101 136 0 26 403 132 51
Binary 1000101 1011 11000111 1000001 1011110 0 10110 100000011 1011010 101001

Color Harmonies of #450BC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #450BC7

Black with #450BC7

Text Example


Text Example

White with #450BC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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