Html Css Color HEX #691482 Purple

📋 copy color: '#691482'

red 105 ◦ green 20 ◦ blue 130

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

Shades of Purple #691482

Tints of Purple #691482

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.84%

 BLUE value IS 130 (51.17% from 255) = 50.98%

R = 41.18%
G = 7.84%
B = 50.98%

CMYK

 C value IS 0.19

 M value IS 0.85

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#691482 (or 0x691482) is known color: Purple. HEX triplet: 69, 14 and 82. RGB value is (105,20,130). Sum of RGB (Red+Green+Blue) = 105+20+130=255 (33% of max value = 765). Red value is 105 (41.41% from 255 or 41.18% from 255); Green value is 20 (8.20% from 255 or 7.84% from 255); Blue value is 130 (51.17% from 255 or 50.98% from 255); Max value from RGB is 130 - color contains mainly: blue. Hex color #691482 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #691482 is #96EB7D. Grayscale: #393939. Windows color (decimal): -9890686 or 8524905. OLE color: 8524905.

HSL color Cylindrical-coordinate representation of color #691482: hue angle of 286.36º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #691482 is Cyan = 0.19, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 105 20 130 -
CMYK 0.19 0.85 0 0.49
HSL 286.36º 0.73% 0.29% -
HSV(B) 286.36º 0.85% 0.51% -
XYZ 10.11 5.12 21.57 -
YUV 57.96 168.66 161.56 -
System Red Green Blue C M Y K H S L
Decimal 105 20 130 0.19 0.85 0 0.49 286.36 0.73 0.29
Hex 69 14 82 13 55 0 31 11E 49 1D
Octal 151 24 202 23 125 0 61 436 111 35
Binary 1101001 10100 10000010 10011 1010101 0 110001 100011110 1001001 11101

Color Harmonies of #691482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #691482

Black with #691482

Text Example


Text Example

White with #691482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #691482; }

 p { color: rgb(105,20,130); }

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

background-color css

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

 a { background-color: rgb(105,20,130); }

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

border-color css

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

 span { border-color: rgb(105,20,130); }

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