Html Css Color HEX #454180 Jacksons Purple

📋 copy color: '#454180'

red 69 ◦ green 65 ◦ blue 128

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

Shades of Jacksons Purple #454180

Tints of Jacksons Purple #454180

RGB

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

 GREEN value IS 65 (25.78% from 255) = 24.81%

 BLUE value IS 128 (50.39% from 255) = 48.85%

R = 26.34%
G = 24.81%
B = 48.85%

CMYK

 C value IS 0.46

 M value IS 0.49

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#454180 (or 0x454180) is known color: Jacksons Purple. HEX triplet: 45, 41 and 80. RGB value is (69,65,128). Sum of RGB (Red+Green+Blue) = 69+65+128=262 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.34% from 262); Green value is 65 (25.78% from 255 or 24.81% from 262); Blue value is 128 (50.39% from 255 or 48.85% from 262); Max value from RGB is 128 - color contains mainly: blue. Hex color #454180 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #454180 is #BABE7F. Grayscale: #494949. Windows color (decimal): -12238464 or 8405317. OLE color: 8405317.

HSL color Cylindrical-coordinate representation of color #454180: hue angle of 243.81º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #454180 is Cyan = 0.46, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 69 65 128 -
CMYK 0.46 0.49 0 0.50
HSL 243.81º 0.33% 0.38% -
HSV(B) 243.81º 0.49% 0.5% -
XYZ 8.24 6.6 21.26 -
YUV 73.38 158.83 124.88 -
System Red Green Blue C M Y K H S L
Decimal 69 65 128 0.46 0.49 0 0.50 243.81 0.33 0.38
Hex 45 41 80 2E 31 0 32 F4 21 26
Octal 105 101 200 56 61 0 62 364 41 46
Binary 1000101 1000001 10000000 101110 110001 0 110010 11110100 100001 100110

Color Harmonies of #454180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #454180

Black with #454180

Text Example


Text Example

White with #454180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #454180; }

 p { color: rgb(69,65,128); }

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

background-color css

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

 a { background-color: rgb(69,65,128); }

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

border-color css

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

 span { border-color: rgb(69,65,128); }

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