Html Css Color HEX #6730AC Royal Purple

📋 copy color: '#6730AC'

red 103 ◦ green 48 ◦ blue 172

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

Shades of Royal Purple #6730AC

Tints of Royal Purple #6730AC

RGB

 RED value IS 103 (40.63% from 255) = 31.89%

 GREEN value IS 48 (19.14% from 255) = 14.86%

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

R = 31.89%
G = 14.86%
B = 53.25%

CMYK

 C value IS 0.40

 M value IS 0.72

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6730AC (or 0x6730AC) is known color: Royal Purple. HEX triplet: 67, 30 and AC. RGB value is (103,48,172). Sum of RGB (Red+Green+Blue) = 103+48+172=323 (42% of max value = 765). Red value is 103 (40.62% from 255 or 31.89% from 323); Green value is 48 (19.14% from 255 or 14.86% from 323); Blue value is 172 (67.58% from 255 or 53.25% from 323); Max value from RGB is 172 - color contains mainly: blue. Hex color #6730AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6730AC is #98CF53. Grayscale: #4E4E4E. Windows color (decimal): -10014548 or 11284583. OLE color: 11284583.

HSL color Cylindrical-coordinate representation of color #6730AC: hue angle of 266.61º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6730AC is Cyan = 0.40, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 103 48 172 -
CMYK 0.40 0.72 0 0.33
HSL 266.61º 0.56% 0.43% -
HSV(B) 266.61º 0.72% 0.67% -
XYZ 14.1 7.98 39.83 -
YUV 78.58 180.72 145.42 -
System Red Green Blue C M Y K H S L
Decimal 103 48 172 0.40 0.72 0 0.33 266.61 0.56 0.43
Hex 67 30 AC 28 48 0 21 10B 38 2B
Octal 147 60 254 50 110 0 41 413 70 53
Binary 1100111 110000 10101100 101000 1001000 0 100001 100001011 111000 101011

Color Harmonies of #6730AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6730AC

Black with #6730AC

Text Example


Text Example

White with #6730AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(103,48,172); }

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

background-color css

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

 a { background-color: rgb(103,48,172); }

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

border-color css

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

 span { border-color: rgb(103,48,172); }

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