Html Css Color HEX #6B2FA4 Royal Purple

📋 copy color: '#6B2FA4'

red 107 ◦ green 47 ◦ blue 164

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

Shades of Royal Purple #6B2FA4

Tints of Royal Purple #6B2FA4

RGB

 RED value IS 107 (42.19% from 255) = 33.65%

 GREEN value IS 47 (18.75% from 255) = 14.78%

 BLUE value IS 164 (64.45% from 255) = 51.57%

R = 33.65%
G = 14.78%
B = 51.57%

CMYK

 C value IS 0.35

 M value IS 0.71

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#6B2FA4 (or 0x6B2FA4) is known color: Royal Purple. HEX triplet: 6B, 2F and A4. RGB value is (107,47,164). Sum of RGB (Red+Green+Blue) = 107+47+164=318 (42% of max value = 765). Red value is 107 (42.19% from 255 or 33.65% from 318); Green value is 47 (18.75% from 255 or 14.78% from 318); Blue value is 164 (64.45% from 255 or 51.57% from 318); Max value from RGB is 164 - color contains mainly: blue. Hex color #6B2FA4 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B2FA4 is #94D05B. Grayscale: #4D4D4D. Windows color (decimal): -9752668 or 10760043. OLE color: 10760043.

HSL color Cylindrical-coordinate representation of color #6B2FA4: hue angle of 270.77º degrees, saturation: 0.55, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6B2FA4 is Cyan = 0.35, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 107 47 164 -
CMYK 0.35 0.71 0 0.36
HSL 270.77º 0.55% 0.41% -
HSV(B) 270.77º 0.71% 0.64% -
XYZ 13.78 7.84 35.91 -
YUV 78.28 176.38 148.49 -
System Red Green Blue C M Y K H S L
Decimal 107 47 164 0.35 0.71 0 0.36 270.77 0.55 0.41
Hex 6B 2F A4 23 47 0 24 10F 37 29
Octal 153 57 244 43 107 0 44 417 67 51
Binary 1101011 101111 10100100 100011 1000111 0 100100 100001111 110111 101001

Color Harmonies of #6B2FA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B2FA4

Black with #6B2FA4

Text Example


Text Example

White with #6B2FA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,47,164); }

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

background-color css

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

 a { background-color: rgb(107,47,164); }

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

border-color css

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

 span { border-color: rgb(107,47,164); }

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