Html Css Color HEX #434C7F Jacksons Purple

📋 copy color: '#434C7F'

red 67 ◦ green 76 ◦ blue 127

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

Shades of Jacksons Purple #434C7F

Tints of Jacksons Purple #434C7F

RGB

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

 GREEN value IS 76 (30.08% from 255) = 28.15%

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

R = 24.81%
G = 28.15%
B = 47.04%

CMYK

 C value IS 0.47

 M value IS 0.40

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#434C7F (or 0x434C7F) is known color: Jacksons Purple. HEX triplet: 43, 4C and 7F. RGB value is (67,76,127). Sum of RGB (Red+Green+Blue) = 67+76+127=270 (35% of max value = 765). Red value is 67 (26.56% from 255 or 24.81% from 270); Green value is 76 (30.08% from 255 or 28.15% from 270); Blue value is 127 (50% from 255 or 47.04% from 270); Max value from RGB is 127 - color contains mainly: blue. Hex color #434C7F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #434C7F is #BCB380. Grayscale: #4E4E4E. Windows color (decimal): -12366721 or 8342595. OLE color: 8342595.

HSL color Cylindrical-coordinate representation of color #434C7F: hue angle of 231º 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 #434C7F is Cyan = 0.47, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 67 76 127 -
CMYK 0.47 0.40 0 0.50
HSL 231º 0.31% 0.38% -
HSV(B) 231º 0.47% 0.5% -
XYZ 8.73 7.89 21.14 -
YUV 79.12 155.02 119.35 -
System Red Green Blue C M Y K H S L
Decimal 67 76 127 0.47 0.40 0 0.50 231 0.31 0.38
Hex 43 4C 7F 2F 28 0 32 E7 1F 26
Octal 103 114 177 57 50 0 62 347 37 46
Binary 1000011 1001100 1111111 101111 101000 0 110010 11100111 11111 100110

Color Harmonies of #434C7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #434C7F

Black with #434C7F

Text Example


Text Example

White with #434C7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #434C7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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