Html Css Color HEX #6238AC Royal Purple

📋 copy color: '#6238AC'

red 98 ◦ green 56 ◦ blue 172

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

Shades of Royal Purple #6238AC

Tints of Royal Purple #6238AC

RGB

 RED value IS 98 (38.67% from 255) = 30.06%

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

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

R = 30.06%
G = 17.18%
B = 52.76%

CMYK

 C value IS 0.43

 M value IS 0.67

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6238AC (or 0x6238AC) is known color: Royal Purple. HEX triplet: 62, 38 and AC. RGB value is (98,56,172). Sum of RGB (Red+Green+Blue) = 98+56+172=326 (43% of max value = 765). Red value is 98 (38.67% from 255 or 30.06% from 326); Green value is 56 (22.27% from 255 or 17.18% from 326); Blue value is 172 (67.58% from 255 or 52.76% from 326); Max value from RGB is 172 - color contains mainly: blue. Hex color #6238AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6238AC is #9DC753. Grayscale: #515151. Windows color (decimal): -10340180 or 11286626. OLE color: 11286626.

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

Color convert

RGB 98 56 172 -
CMYK 0.43 0.67 0 0.33
HSL 261.72º 0.51% 0.45% -
HSV(B) 261.72º 0.67% 0.67% -
XYZ 13.9 8.4 39.92 -
YUV 81.78 178.91 139.57 -
System Red Green Blue C M Y K H S L
Decimal 98 56 172 0.43 0.67 0 0.33 261.72 0.51 0.45
Hex 62 38 AC 2B 43 0 21 106 33 2D
Octal 142 70 254 53 103 0 41 406 63 55
Binary 1100010 111000 10101100 101011 1000011 0 100001 100000110 110011 101101

Color Harmonies of #6238AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6238AC

Black with #6238AC

Text Example


Text Example

White with #6238AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(98,56,172); }

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

background-color css

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

 a { background-color: rgb(98,56,172); }

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

border-color css

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

 span { border-color: rgb(98,56,172); }

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