Html Css Color HEX #69067B Purple

📋 copy color: '#69067B'

red 105 ◦ green 6 ◦ blue 123

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

Shades of Purple #69067B

Tints of Purple #69067B

RGB

 RED value IS 105 (41.41% from 255) = 44.87%

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

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

R = 44.87%
G = 2.56%
B = 52.56%

CMYK

 C value IS 0.15

 M value IS 0.95

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#69067B (or 0x69067B) is known color: Purple. HEX triplet: 69, 06 and 7B. RGB value is (105,6,123). Sum of RGB (Red+Green+Blue) = 105+6+123=234 (30% of max value = 765). Red value is 105 (41.41% from 255 or 44.87% from 234); Green value is 6 (2.73% from 255 or 2.56% from 234); Blue value is 123 (48.44% from 255 or 52.56% from 234); Max value from RGB is 123 - color contains mainly: blue. Hex color #69067B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #69067B is #96F984. Grayscale: #303030. Windows color (decimal): -9894277 or 8062569. OLE color: 8062569.

HSL color Cylindrical-coordinate representation of color #69067B: hue angle of 290.77º 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 #69067B is Cyan = 0.15, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 105 6 123 -
CMYK 0.15 0.95 0 0.52
HSL 290.77º 0.91% 0.25% -
HSV(B) 290.77º 0.95% 0.48% -
XYZ 9.47 4.56 19.12 -
YUV 48.94 169.8 167.99 -
System Red Green Blue C M Y K H S L
Decimal 105 6 123 0.15 0.95 0 0.52 290.77 0.91 0.25
Hex 69 6 7B F 5F 0 34 123 5B 19
Octal 151 6 173 17 137 0 64 443 133 31
Binary 1101001 110 1111011 1111 1011111 0 110100 100100011 1011011 11001

Color Harmonies of #69067B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69067B

Black with #69067B

Text Example


Text Example

White with #69067B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #69067B; }

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

 H1.HeaderClassName
 {
   color: #69067B;
 }
 .AnyTagClassName
 {
   color: #69067B;
 }
</style>

background-color css

<style>
 a { background-color: #69067B; }

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

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

border-color css

<style>
 span { border-color: #69067B; }

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

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