Html Css Color HEX #423F7F Jacksons Purple

📋 copy color: '#423F7F'

red 66 ◦ green 63 ◦ blue 127

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

Shades of Jacksons Purple #423F7F

Tints of Jacksons Purple #423F7F

RGB

 RED value IS 66 (26.17% from 255) = 25.78%

 GREEN value IS 63 (25% from 255) = 24.61%

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

R = 25.78%
G = 24.61%
B = 49.61%

CMYK

 C value IS 0.48

 M value IS 0.50

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#423F7F (or 0x423F7F) is known color: Jacksons Purple. HEX triplet: 42, 3F and 7F. RGB value is (66,63,127). Sum of RGB (Red+Green+Blue) = 66+63+127=256 (33% of max value = 765). Red value is 66 (26.17% from 255 or 25.78% from 256); Green value is 63 (25% from 255 or 24.61% from 256); Blue value is 127 (50% from 255 or 49.61% from 256); Max value from RGB is 127 - color contains mainly: blue. Hex color #423F7F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #423F7F is #BDC080. Grayscale: #464646. Windows color (decimal): -12435585 or 8339266. OLE color: 8339266.

HSL color Cylindrical-coordinate representation of color #423F7F: hue angle of 242.81º degrees, saturation: 0.34, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #423F7F is Cyan = 0.48, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 66 63 127 -
CMYK 0.48 0.50 0 0.50
HSL 242.81º 0.34% 0.37% -
HSV(B) 242.81º 0.5% 0.5% -
XYZ 7.86 6.25 20.87 -
YUV 71.19 159.49 124.3 -
System Red Green Blue C M Y K H S L
Decimal 66 63 127 0.48 0.50 0 0.50 242.81 0.34 0.37
Hex 42 3F 7F 30 32 0 32 F3 22 25
Octal 102 77 177 60 62 0 62 363 42 45
Binary 1000010 111111 1111111 110000 110010 0 110010 11110011 100010 100101

Color Harmonies of #423F7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423F7F

Black with #423F7F

Text Example


Text Example

White with #423F7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #423F7F; }

 p { color: rgb(66,63,127); }

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

background-color css

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

 a { background-color: rgb(66,63,127); }

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

border-color css

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

 span { border-color: rgb(66,63,127); }

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