Html Css Color HEX #6F3BBA Purple Heart

📋 copy color: '#6F3BBA'

red 111 ◦ green 59 ◦ blue 186

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

Shades of Purple Heart #6F3BBA

Tints of Purple Heart #6F3BBA

RGB

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

 GREEN value IS 59 (23.44% from 255) = 16.57%

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

R = 31.18%
G = 16.57%
B = 52.25%

CMYK

 C value IS 0.40

 M value IS 0.68

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6F3BBA (or 0x6F3BBA) is known color: Purple Heart. HEX triplet: 6F, 3B and BA. RGB value is (111,59,186). Sum of RGB (Red+Green+Blue) = 111+59+186=356 (47% of max value = 765). Red value is 111 (43.75% from 255 or 31.18% from 356); Green value is 59 (23.44% from 255 or 16.57% from 356); Blue value is 186 (73.05% from 255 or 52.25% from 356); Max value from RGB is 186 - color contains mainly: blue. Hex color #6F3BBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6F3BBA is #90C445. Grayscale: #585858. Windows color (decimal): -9487430 or 12204911. OLE color: 12204911.

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

Color convert

RGB 111 59 186 -
CMYK 0.40 0.68 0 0.27
HSL 264.57º 0.52% 0.48% -
HSV(B) 264.57º 0.68% 0.73% -
XYZ 16.98 10.05 47.5 -
YUV 89.03 182.73 143.67 -
System Red Green Blue C M Y K H S L
Decimal 111 59 186 0.40 0.68 0 0.27 264.57 0.52 0.48
Hex 6F 3B BA 28 44 0 1B 109 34 30
Octal 157 73 272 50 104 0 33 411 64 60
Binary 1101111 111011 10111010 101000 1000100 0 11011 100001001 110100 110000

Color Harmonies of #6F3BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F3BBA

Black with #6F3BBA

Text Example


Text Example

White with #6F3BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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