Html Css Color HEX #42134C Hot Purple

📋 copy color: '#42134C'

red 66 ◦ green 19 ◦ blue 76

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

Shades of Hot Purple #42134C

Tints of Hot Purple #42134C

RGB

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

 GREEN value IS 19 (7.81% from 255) = 11.8%

 BLUE value IS 76 (30.08% from 255) = 47.2%

R = 40.99%
G = 11.8%
B = 47.2%

CMYK

 C value IS 0.13

 M value IS 0.75

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#42134C (or 0x42134C) is known color: Hot Purple. HEX triplet: 42, 13 and 4C. RGB value is (66,19,76). Sum of RGB (Red+Green+Blue) = 66+19+76=161 (21% of max value = 765). Red value is 66 (26.17% from 255 or 40.99% from 161); Green value is 19 (7.81% from 255 or 11.80% from 161); Blue value is 76 (30.08% from 255 or 47.20% from 161); Max value from RGB is 76 - color contains mainly: blue. Hex color #42134C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #42134C is #BDECB3. Grayscale: #272727. Windows color (decimal): -12446900 or 4985666. OLE color: 4985666.

HSL color Cylindrical-coordinate representation of color #42134C: hue angle of 289.47º degrees, saturation: 0.6, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #42134C is Cyan = 0.13, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 66 19 76 -
CMYK 0.13 0.75 0 0.70
HSL 289.47º 0.6% 0.19% -
HSV(B) 289.47º 0.75% 0.3% -
XYZ 3.78 2.15 7.05 -
YUV 39.55 148.57 146.87 -
System Red Green Blue C M Y K H S L
Decimal 66 19 76 0.13 0.75 0 0.70 289.47 0.6 0.19
Hex 42 13 4C D 4B 0 46 121 3C 13
Octal 102 23 114 15 113 0 106 441 74 23
Binary 1000010 10011 1001100 1101 1001011 0 1000110 100100001 111100 10011

Color Harmonies of #42134C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42134C

Black with #42134C

Text Example


Text Example

White with #42134C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42134C; }

 p { color: rgb(66,19,76); }

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

background-color css

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

 a { background-color: rgb(66,19,76); }

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

border-color css

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

 span { border-color: rgb(66,19,76); }

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