Html Css Color HEX #6935AC Royal Purple

📋 copy color: '#6935AC'

red 105 ◦ green 53 ◦ blue 172

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

Shades of Royal Purple #6935AC

Tints of Royal Purple #6935AC

RGB

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

 GREEN value IS 53 (21.09% from 255) = 16.06%

 BLUE value IS 172 (67.58% from 255) = 52.12%

R = 31.82%
G = 16.06%
B = 52.12%

CMYK

 C value IS 0.39

 M value IS 0.69

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6935AC (or 0x6935AC) is known color: Royal Purple. HEX triplet: 69, 35 and AC. RGB value is (105,53,172). Sum of RGB (Red+Green+Blue) = 105+53+172=330 (43% of max value = 765). Red value is 105 (41.41% from 255 or 31.82% from 330); Green value is 53 (21.09% from 255 or 16.06% from 330); Blue value is 172 (67.58% from 255 or 52.12% from 330); Max value from RGB is 172 - color contains mainly: blue. Hex color #6935AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6935AC is #96CA53. Grayscale: #515151. Windows color (decimal): -9882196 or 11285865. OLE color: 11285865.

HSL color Cylindrical-coordinate representation of color #6935AC: hue angle of 266.22º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6935AC is Cyan = 0.39, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 105 53 172 -
CMYK 0.39 0.69 0 0.33
HSL 266.22º 0.53% 0.44% -
HSV(B) 266.22º 0.69% 0.67% -
XYZ 14.55 8.53 39.91 -
YUV 82.11 178.73 144.32 -
System Red Green Blue C M Y K H S L
Decimal 105 53 172 0.39 0.69 0 0.33 266.22 0.53 0.44
Hex 69 35 AC 27 45 0 21 10A 35 2C
Octal 151 65 254 47 105 0 41 412 65 54
Binary 1101001 110101 10101100 100111 1000101 0 100001 100001010 110101 101100

Color Harmonies of #6935AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6935AC

Black with #6935AC

Text Example


Text Example

White with #6935AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6935AC; }

 p { color: rgb(105,53,172); }

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

background-color css

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

 a { background-color: rgb(105,53,172); }

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

border-color css

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

 span { border-color: rgb(105,53,172); }

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