Html Css Color HEX #6F2FA4 Royal Purple

📋 copy color: '#6F2FA4'

red 111 ◦ green 47 ◦ blue 164

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

Shades of Royal Purple #6F2FA4

Tints of Royal Purple #6F2FA4

RGB

 RED value IS 111 (43.75% from 255) = 34.47%

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

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

R = 34.47%
G = 14.6%
B = 50.93%

CMYK

 C value IS 0.32

 M value IS 0.71

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#6F2FA4 (or 0x6F2FA4) is known color: Royal Purple. HEX triplet: 6F, 2F and A4. RGB value is (111,47,164). Sum of RGB (Red+Green+Blue) = 111+47+164=322 (42% of max value = 765). Red value is 111 (43.75% from 255 or 34.47% from 322); Green value is 47 (18.75% from 255 or 14.60% from 322); Blue value is 164 (64.45% from 255 or 50.93% from 322); Max value from RGB is 164 - color contains mainly: blue. Hex color #6F2FA4 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F2FA4 is #90D05B. Grayscale: #4F4F4F. Windows color (decimal): -9490524 or 10760047. OLE color: 10760047.

HSL color Cylindrical-coordinate representation of color #6F2FA4: hue angle of 272.82º 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 #6F2FA4 is Cyan = 0.32, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 111 47 164 -
CMYK 0.32 0.71 0 0.36
HSL 272.82º 0.55% 0.41% -
HSV(B) 272.82º 0.71% 0.64% -
XYZ 14.27 8.09 35.93 -
YUV 79.47 175.7 150.49 -
System Red Green Blue C M Y K H S L
Decimal 111 47 164 0.32 0.71 0 0.36 272.82 0.55 0.41
Hex 6F 2F A4 20 47 0 24 111 37 29
Octal 157 57 244 40 107 0 44 421 67 51
Binary 1101111 101111 10100100 100000 1000111 0 100100 100010001 110111 101001

Color Harmonies of #6F2FA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F2FA4

Black with #6F2FA4

Text Example


Text Example

White with #6F2FA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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