Html Css Color HEX #6F42BA Purple Heart

📋 copy color: '#6F42BA'

red 111 ◦ green 66 ◦ blue 186

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

Shades of Purple Heart #6F42BA

Tints of Purple Heart #6F42BA

RGB

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

 GREEN value IS 66 (26.17% from 255) = 18.18%

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

R = 30.58%
G = 18.18%
B = 51.24%

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

#6F42BA (or 0x6F42BA) is known color: Purple Heart. HEX triplet: 6F, 42 and BA. RGB value is (111,66,186). Sum of RGB (Red+Green+Blue) = 111+66+186=363 (48% of max value = 765). Red value is 111 (43.75% from 255 or 30.58% from 363); Green value is 66 (26.17% from 255 or 18.18% from 363); Blue value is 186 (73.05% from 255 or 51.24% from 363); Max value from RGB is 186 - color contains mainly: blue. Hex color #6F42BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6F42BA is #90BD45. Grayscale: #5C5C5C. Windows color (decimal): -9485638 or 12206703. OLE color: 12206703.

HSL color Cylindrical-coordinate representation of color #6F42BA: hue angle of 262.5º 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 #6F42BA is Cyan = 0.40, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 111 66 186 -
CMYK 0.40 0.65 0 0.27
HSL 262.5º 0.48% 0.49% -
HSV(B) 262.5º 0.65% 0.73% -
XYZ 17.37 10.82 47.63 -
YUV 93.14 180.41 140.74 -
System Red Green Blue C M Y K H S L
Decimal 111 66 186 0.40 0.65 0 0.27 262.5 0.48 0.49
Hex 6F 42 BA 28 41 0 1B 106 30 31
Octal 157 102 272 50 101 0 33 406 60 61
Binary 1101111 1000010 10111010 101000 1000001 0 11011 100000110 110000 110001

Color Harmonies of #6F42BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F42BA

Black with #6F42BA

Text Example


Text Example

White with #6F42BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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