Html Css Color HEX #6A33AF Royal Purple

📋 copy color: '#6A33AF'

red 106 ◦ green 51 ◦ blue 175

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

Shades of Royal Purple #6A33AF

Tints of Royal Purple #6A33AF

RGB

 RED value IS 106 (41.8% from 255) = 31.93%

 GREEN value IS 51 (20.31% from 255) = 15.36%

 BLUE value IS 175 (68.75% from 255) = 52.71%

R = 31.93%
G = 15.36%
B = 52.71%

CMYK

 C value IS 0.39

 M value IS 0.71

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#6A33AF (or 0x6A33AF) is known color: Royal Purple. HEX triplet: 6A, 33 and AF. RGB value is (106,51,175). Sum of RGB (Red+Green+Blue) = 106+51+175=332 (43% of max value = 765). Red value is 106 (41.80% from 255 or 31.93% from 332); Green value is 51 (20.31% from 255 or 15.36% from 332); Blue value is 175 (68.75% from 255 or 52.71% from 332); Max value from RGB is 175 - color contains mainly: blue. Hex color #6A33AF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6A33AF is #95CC50. Grayscale: #515151. Windows color (decimal): -9817169 or 11481962. OLE color: 11481962.

HSL color Cylindrical-coordinate representation of color #6A33AF: hue angle of 266.61º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6A33AF is Cyan = 0.39, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 106 51 175 -
CMYK 0.39 0.71 0 0.31
HSL 266.61º 0.55% 0.44% -
HSV(B) 266.61º 0.71% 0.69% -
XYZ 14.87 8.53 41.42 -
YUV 81.58 180.72 145.42 -
System Red Green Blue C M Y K H S L
Decimal 106 51 175 0.39 0.71 0 0.31 266.61 0.55 0.44
Hex 6A 33 AF 27 47 0 1F 10B 37 2C
Octal 152 63 257 47 107 0 37 413 67 54
Binary 1101010 110011 10101111 100111 1000111 0 11111 100001011 110111 101100

Color Harmonies of #6A33AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A33AF

Black with #6A33AF

Text Example


Text Example

White with #6A33AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6A33AF; }

 p { color: rgb(106,51,175); }

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

background-color css

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

 a { background-color: rgb(106,51,175); }

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

border-color css

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

 span { border-color: rgb(106,51,175); }

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