Html Css Color HEX #6C38AF Royal Purple

📋 copy color: '#6C38AF'

red 108 ◦ green 56 ◦ blue 175

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

Shades of Royal Purple #6C38AF

Tints of Royal Purple #6C38AF

RGB

 RED value IS 108 (42.58% from 255) = 31.86%

 GREEN value IS 56 (22.27% from 255) = 16.52%

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

R = 31.86%
G = 16.52%
B = 51.62%

CMYK

 C value IS 0.38

 M value IS 0.68

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#6C38AF (or 0x6C38AF) is known color: Royal Purple. HEX triplet: 6C, 38 and AF. RGB value is (108,56,175). Sum of RGB (Red+Green+Blue) = 108+56+175=339 (44% of max value = 765). Red value is 108 (42.58% from 255 or 31.86% from 339); Green value is 56 (22.27% from 255 or 16.52% from 339); Blue value is 175 (68.75% from 255 or 51.62% from 339); Max value from RGB is 175 - color contains mainly: blue. Hex color #6C38AF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C38AF is #93C750. Grayscale: #545454. Windows color (decimal): -9684817 or 11483244. OLE color: 11483244.

HSL color Cylindrical-coordinate representation of color #6C38AF: hue angle of 266.22º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6C38AF is Cyan = 0.38, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 108 56 175 -
CMYK 0.38 0.68 0 0.31
HSL 266.22º 0.52% 0.45% -
HSV(B) 266.22º 0.68% 0.69% -
XYZ 15.34 9.11 41.51 -
YUV 85.11 178.73 144.32 -
System Red Green Blue C M Y K H S L
Decimal 108 56 175 0.38 0.68 0 0.31 266.22 0.52 0.45
Hex 6C 38 AF 26 44 0 1F 10A 34 2D
Octal 154 70 257 46 104 0 37 412 64 55
Binary 1101100 111000 10101111 100110 1000100 0 11111 100001010 110100 101101

Color Harmonies of #6C38AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C38AF

Black with #6C38AF

Text Example


Text Example

White with #6C38AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,56,175); }

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

background-color css

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

 a { background-color: rgb(108,56,175); }

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

border-color css

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

 span { border-color: rgb(108,56,175); }

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