Html Css Color HEX #7A067B Purple

📋 copy color: '#7A067B'

red 122 ◦ green 6 ◦ blue 123

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

Shades of Purple #7A067B

Tints of Purple #7A067B

RGB

 RED value IS 122 (48.05% from 255) = 48.61%

 GREEN value IS 6 (2.73% from 255) = 2.39%

 BLUE value IS 123 (48.44% from 255) = 49%

R = 48.61%
G = 2.39%
B = 49%

CMYK

 C value IS 0.01

 M value IS 0.95

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#7A067B (or 0x7A067B) is known color: Purple. HEX triplet: 7A, 06 and 7B. RGB value is (122,6,123). Sum of RGB (Red+Green+Blue) = 122+6+123=251 (33% of max value = 765). Red value is 122 (48.05% from 255 or 48.61% from 251); Green value is 6 (2.73% from 255 or 2.39% from 251); Blue value is 123 (48.44% from 255 or 49.00% from 251); Max value from RGB is 123 - color contains mainly: blue. Hex color #7A067B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7A067B is #85F984. Grayscale: #353535. Windows color (decimal): -8780165 or 8062586. OLE color: 8062586.

HSL color Cylindrical-coordinate representation of color #7A067B: hue angle of 299.49º degrees, saturation: 0.91, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7A067B is Cyan = 0.01, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 122 6 123 -
CMYK 0.01 0.95 0 0.52
HSL 299.49º 0.91% 0.25% -
HSV(B) 299.49º 0.95% 0.48% -
XYZ 11.67 5.7 19.22 -
YUV 54.02 166.93 176.49 -
System Red Green Blue C M Y K H S L
Decimal 122 6 123 0.01 0.95 0 0.52 299.49 0.91 0.25
Hex 7A 6 7B 1 5F 0 34 12B 5B 19
Octal 172 6 173 1 137 0 64 453 133 31
Binary 1111010 110 1111011 1 1011111 0 110100 100101011 1011011 11001

Color Harmonies of #7A067B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A067B

Black with #7A067B

Text Example


Text Example

White with #7A067B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7A067B; }

 p { color: rgb(122,6,123); }

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

background-color css

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

 a { background-color: rgb(122,6,123); }

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

border-color css

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

 span { border-color: rgb(122,6,123); }

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