Html Css Color HEX #6F46BE Purple Heart

📋 copy color: '#6F46BE'

red 111 ◦ green 70 ◦ blue 190

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

Shades of Purple Heart #6F46BE

Tints of Purple Heart #6F46BE

RGB

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

 GREEN value IS 70 (27.73% from 255) = 18.87%

 BLUE value IS 190 (74.61% from 255) = 51.21%

R = 29.92%
G = 18.87%
B = 51.21%

CMYK

 C value IS 0.42

 M value IS 0.63

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6F46BE (or 0x6F46BE) is known color: Purple Heart. HEX triplet: 6F, 46 and BE. RGB value is (111,70,190). Sum of RGB (Red+Green+Blue) = 111+70+190=371 (49% of max value = 765). Red value is 111 (43.75% from 255 or 29.92% from 371); Green value is 70 (27.73% from 255 or 18.87% from 371); Blue value is 190 (74.61% from 255 or 51.21% from 371); Max value from RGB is 190 - color contains mainly: blue. Hex color #6F46BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6F46BE is #90B941. Grayscale: #5F5F5F. Windows color (decimal): -9484610 or 12469871. OLE color: 12469871.

HSL color Cylindrical-coordinate representation of color #6F46BE: hue angle of 260.5º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6F46BE is Cyan = 0.42, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 111 70 190 -
CMYK 0.42 0.63 0 0.25
HSL 260.5º 0.48% 0.51% -
HSV(B) 260.5º 0.63% 0.75% -
XYZ 18.04 11.48 49.98 -
YUV 95.94 181.08 138.74 -
System Red Green Blue C M Y K H S L
Decimal 111 70 190 0.42 0.63 0 0.25 260.5 0.48 0.51
Hex 6F 46 BE 2A 3F 0 19 104 30 33
Octal 157 106 276 52 77 0 31 404 60 63
Binary 1101111 1000110 10111110 101010 111111 0 11001 100000100 110000 110011

Color Harmonies of #6F46BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F46BE

Black with #6F46BE

Text Example


Text Example

White with #6F46BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,70,190); }

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

background-color css

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

 a { background-color: rgb(111,70,190); }

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

border-color css

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

 span { border-color: rgb(111,70,190); }

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