Html Css Color HEX #6F33BB Purple Heart

📋 copy color: '#6F33BB'

red 111 ◦ green 51 ◦ blue 187

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

Shades of Purple Heart #6F33BB

Tints of Purple Heart #6F33BB

RGB

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

 GREEN value IS 51 (20.31% from 255) = 14.61%

 BLUE value IS 187 (73.44% from 255) = 53.58%

R = 31.81%
G = 14.61%
B = 53.58%

CMYK

 C value IS 0.41

 M value IS 0.73

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6F33BB (or 0x6F33BB) is known color: Purple Heart. HEX triplet: 6F, 33 and BB. RGB value is (111,51,187). Sum of RGB (Red+Green+Blue) = 111+51+187=349 (46% of max value = 765). Red value is 111 (43.75% from 255 or 31.81% from 349); Green value is 51 (20.31% from 255 or 14.61% from 349); Blue value is 187 (73.44% from 255 or 53.58% from 349); Max value from RGB is 187 - color contains mainly: blue. Hex color #6F33BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6F33BB is #90CC44. Grayscale: #535353. Windows color (decimal): -9489477 or 12268399. OLE color: 12268399.

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

Color convert

RGB 111 51 187 -
CMYK 0.41 0.73 0 0.27
HSL 266.47º 0.57% 0.47% -
HSV(B) 266.47º 0.73% 0.73% -
XYZ 16.71 9.34 47.93 -
YUV 84.44 185.88 146.94 -
System Red Green Blue C M Y K H S L
Decimal 111 51 187 0.41 0.73 0 0.27 266.47 0.57 0.47
Hex 6F 33 BB 29 49 0 1B 10A 39 2F
Octal 157 63 273 51 111 0 33 412 71 57
Binary 1101111 110011 10111011 101001 1001001 0 11011 100001010 111001 101111

Color Harmonies of #6F33BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F33BB

Black with #6F33BB

Text Example


Text Example

White with #6F33BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,51,187); }

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

background-color css

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

 a { background-color: rgb(111,51,187); }

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

border-color css

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

 span { border-color: rgb(111,51,187); }

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