Html Css Color HEX #4515D7 Han Purple

📋 copy color: '#4515D7'

red 69 ◦ green 21 ◦ blue 215

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

Shades of Han Purple #4515D7

Tints of Han Purple #4515D7

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.89%

 BLUE value IS 215 (84.38% from 255) = 70.49%

R = 22.62%
G = 6.89%
B = 70.49%

CMYK

 C value IS 0.68

 M value IS 0.90

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#4515D7 (or 0x4515D7) is known color: Han Purple. HEX triplet: 45, 15 and D7. RGB value is (69,21,215). Sum of RGB (Red+Green+Blue) = 69+21+215=305 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.62% from 305); Green value is 21 (8.59% from 255 or 6.89% from 305); Blue value is 215 (84.38% from 255 or 70.49% from 305); Max value from RGB is 215 - color contains mainly: blue. Hex color #4515D7 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4515D7 is #BAEA28. Grayscale: #383838. Windows color (decimal): -12249641 or 14095685. OLE color: 14095685.

HSL color Cylindrical-coordinate representation of color #4515D7: hue angle of 254.85º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4515D7 is Cyan = 0.68, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 69 21 215 -
CMYK 0.68 0.90 0 0.16
HSL 254.85º 0.82% 0.46% -
HSV(B) 254.85º 0.9% 0.84% -
XYZ 14.99 6.71 64.79 -
YUV 57.47 216.9 136.23 -
System Red Green Blue C M Y K H S L
Decimal 69 21 215 0.68 0.90 0 0.16 254.85 0.82 0.46
Hex 45 15 D7 44 5A 0 10 FF 52 2E
Octal 105 25 327 104 132 0 20 377 122 56
Binary 1000101 10101 11010111 1000100 1011010 0 10000 11111111 1010010 101110

Color Harmonies of #4515D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4515D7

Black with #4515D7

Text Example


Text Example

White with #4515D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4515D7; }

 p { color: rgb(69,21,215); }

 H1.HeaderClassName
 {
   color: #4515D7;
 }
 .AnyTagClassName
 {
   color: #4515D7;
 }
</style>

background-color css

<style>
 a { background-color: #4515D7; }

 a { background-color: rgb(69,21,215); }

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

border-color css

<style>
 span { border-color: #4515D7; }

 span { border-color: rgb(69,21,215); }

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