Html Css Color HEX #6F35BA Purple Heart

📋 copy color: '#6F35BA'

red 111 ◦ green 53 ◦ blue 186

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

Shades of Purple Heart #6F35BA

Tints of Purple Heart #6F35BA

RGB

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

 GREEN value IS 53 (21.09% from 255) = 15.14%

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

R = 31.71%
G = 15.14%
B = 53.14%

CMYK

 C value IS 0.40

 M value IS 0.72

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6F35BA (or 0x6F35BA) is known color: Purple Heart. HEX triplet: 6F, 35 and BA. RGB value is (111,53,186). Sum of RGB (Red+Green+Blue) = 111+53+186=350 (46% of max value = 765). Red value is 111 (43.75% from 255 or 31.71% from 350); Green value is 53 (21.09% from 255 or 15.14% from 350); Blue value is 186 (73.05% from 255 or 53.14% from 350); Max value from RGB is 186 - color contains mainly: blue. Hex color #6F35BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6F35BA is #90CA45. Grayscale: #555555. Windows color (decimal): -9488966 or 12203375. OLE color: 12203375.

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

Color convert

RGB 111 53 186 -
CMYK 0.40 0.72 0 0.27
HSL 266.17º 0.56% 0.47% -
HSV(B) 266.17º 0.72% 0.73% -
XYZ 16.69 9.47 47.4 -
YUV 85.5 184.72 146.19 -
System Red Green Blue C M Y K H S L
Decimal 111 53 186 0.40 0.72 0 0.27 266.17 0.56 0.47
Hex 6F 35 BA 28 48 0 1B 10A 38 2F
Octal 157 65 272 50 110 0 33 412 70 57
Binary 1101111 110101 10111010 101000 1001000 0 11011 100001010 111000 101111

Color Harmonies of #6F35BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F35BA

Black with #6F35BA

Text Example


Text Example

White with #6F35BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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