Html Css Color HEX #43467F Jacksons Purple

📋 copy color: '#43467F'

red 67 ◦ green 70 ◦ blue 127

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

Shades of Jacksons Purple #43467F

Tints of Jacksons Purple #43467F

RGB

 RED value IS 67 (26.56% from 255) = 25.38%

 GREEN value IS 70 (27.73% from 255) = 26.52%

 BLUE value IS 127 (50% from 255) = 48.11%

R = 25.38%
G = 26.52%
B = 48.11%

CMYK

 C value IS 0.47

 M value IS 0.45

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#43467F (or 0x43467F) is known color: Jacksons Purple. HEX triplet: 43, 46 and 7F. RGB value is (67,70,127). Sum of RGB (Red+Green+Blue) = 67+70+127=264 (34% of max value = 765). Red value is 67 (26.56% from 255 or 25.38% from 264); Green value is 70 (27.73% from 255 or 26.52% from 264); Blue value is 127 (50% from 255 or 48.11% from 264); Max value from RGB is 127 - color contains mainly: blue. Hex color #43467F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #43467F is #BCB980. Grayscale: #4B4B4B. Windows color (decimal): -12368257 or 8341059. OLE color: 8341059.

HSL color Cylindrical-coordinate representation of color #43467F: hue angle of 237º degrees, saturation: 0.31, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #43467F is Cyan = 0.47, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 67 70 127 -
CMYK 0.47 0.45 0 0.50
HSL 237º 0.31% 0.38% -
HSV(B) 237º 0.47% 0.5% -
XYZ 8.34 7.11 21.01 -
YUV 75.6 157.01 121.87 -
System Red Green Blue C M Y K H S L
Decimal 67 70 127 0.47 0.45 0 0.50 237 0.31 0.38
Hex 43 46 7F 2F 2D 0 32 ED 1F 26
Octal 103 106 177 57 55 0 62 355 37 46
Binary 1000011 1000110 1111111 101111 101101 0 110010 11101101 11111 100110

Color Harmonies of #43467F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43467F

Black with #43467F

Text Example


Text Example

White with #43467F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #43467F; }

 p { color: rgb(67,70,127); }

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

background-color css

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

 a { background-color: rgb(67,70,127); }

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

border-color css

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

 span { border-color: rgb(67,70,127); }

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