Html Css Color HEX #6725A5 Royal Purple

📋 copy color: '#6725A5'

red 103 ◦ green 37 ◦ blue 165

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

Shades of Royal Purple #6725A5

Tints of Royal Purple #6725A5

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.13%

 BLUE value IS 165 (64.84% from 255) = 54.1%

R = 33.77%
G = 12.13%
B = 54.1%

CMYK

 C value IS 0.38

 M value IS 0.78

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#6725A5 (or 0x6725A5) is known color: Royal Purple. HEX triplet: 67, 25 and A5. RGB value is (103,37,165). Sum of RGB (Red+Green+Blue) = 103+37+165=305 (40% of max value = 765). Red value is 103 (40.62% from 255 or 33.77% from 305); Green value is 37 (14.84% from 255 or 12.13% from 305); Blue value is 165 (64.84% from 255 or 54.10% from 305); Max value from RGB is 165 - color contains mainly: blue. Hex color #6725A5 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6725A5 is #98DA5A. Grayscale: #464646. Windows color (decimal): -10017371 or 10823015. OLE color: 10823015.

HSL color Cylindrical-coordinate representation of color #6725A5: hue angle of 270.94º degrees, saturation: 0.63, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6725A5 is Cyan = 0.38, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 103 37 165 -
CMYK 0.38 0.78 0 0.35
HSL 270.94º 0.63% 0.4% -
HSV(B) 270.94º 0.78% 0.65% -
XYZ 13.05 6.92 36.25 -
YUV 71.33 180.87 150.59 -
System Red Green Blue C M Y K H S L
Decimal 103 37 165 0.38 0.78 0 0.35 270.94 0.63 0.4
Hex 67 25 A5 26 4E 0 23 10F 3F 28
Octal 147 45 245 46 116 0 43 417 77 50
Binary 1100111 100101 10100101 100110 1001110 0 100011 100001111 111111 101000

Color Harmonies of #6725A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6725A5

Black with #6725A5

Text Example


Text Example

White with #6725A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6725A5; }

 p { color: rgb(103,37,165); }

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

background-color css

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

 a { background-color: rgb(103,37,165); }

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

border-color css

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

 span { border-color: rgb(103,37,165); }

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