Html Css Color HEX #6F41BA Purple Heart

📋 copy color: '#6F41BA'

red 111 ◦ green 65 ◦ blue 186

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

Shades of Purple Heart #6F41BA

Tints of Purple Heart #6F41BA

RGB

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

 GREEN value IS 65 (25.78% from 255) = 17.96%

 BLUE value IS 186 (73.05% from 255) = 51.38%

R = 30.66%
G = 17.96%
B = 51.38%

CMYK

 C value IS 0.40

 M value IS 0.65

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6F41BA (or 0x6F41BA) is known color: Purple Heart. HEX triplet: 6F, 41 and BA. RGB value is (111,65,186). Sum of RGB (Red+Green+Blue) = 111+65+186=362 (47% of max value = 765). Red value is 111 (43.75% from 255 or 30.66% from 362); Green value is 65 (25.78% from 255 or 17.96% from 362); Blue value is 186 (73.05% from 255 or 51.38% from 362); Max value from RGB is 186 - color contains mainly: blue. Hex color #6F41BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6F41BA is #90BE45. Grayscale: #5C5C5C. Windows color (decimal): -9485894 or 12206447. OLE color: 12206447.

HSL color Cylindrical-coordinate representation of color #6F41BA: hue angle of 262.81º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6F41BA is Cyan = 0.40, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 111 65 186 -
CMYK 0.40 0.65 0 0.27
HSL 262.81º 0.48% 0.49% -
HSV(B) 262.81º 0.65% 0.73% -
XYZ 17.31 10.71 47.61 -
YUV 92.55 180.74 141.16 -
System Red Green Blue C M Y K H S L
Decimal 111 65 186 0.40 0.65 0 0.27 262.81 0.48 0.49
Hex 6F 41 BA 28 41 0 1B 107 30 31
Octal 157 101 272 50 101 0 33 407 60 61
Binary 1101111 1000001 10111010 101000 1000001 0 11011 100000111 110000 110001

Color Harmonies of #6F41BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F41BA

Black with #6F41BA

Text Example


Text Example

White with #6F41BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,65,186); }

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

background-color css

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

 a { background-color: rgb(111,65,186); }

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

border-color css

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

 span { border-color: rgb(111,65,186); }

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