Html Css Color HEX #6B32BF Purple Heart

📋 copy color: '#6B32BF'

red 107 ◦ green 50 ◦ blue 191

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

Shades of Purple Heart #6B32BF

Tints of Purple Heart #6B32BF

RGB

 RED value IS 107 (42.19% from 255) = 30.75%

 GREEN value IS 50 (19.92% from 255) = 14.37%

 BLUE value IS 191 (75% from 255) = 54.89%

R = 30.75%
G = 14.37%
B = 54.89%

CMYK

 C value IS 0.44

 M value IS 0.74

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6B32BF (or 0x6B32BF) is known color: Purple Heart. HEX triplet: 6B, 32 and BF. RGB value is (107,50,191). Sum of RGB (Red+Green+Blue) = 107+50+191=348 (46% of max value = 765). Red value is 107 (42.19% from 255 or 30.75% from 348); Green value is 50 (19.92% from 255 or 14.37% from 348); Blue value is 191 (75% from 255 or 54.89% from 348); Max value from RGB is 191 - color contains mainly: blue. Hex color #6B32BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6B32BF is #94CD40. Grayscale: #525252. Windows color (decimal): -9751873 or 12530283. OLE color: 12530283.

HSL color Cylindrical-coordinate representation of color #6B32BF: hue angle of 264.26º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6B32BF is Cyan = 0.44, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 107 50 191 -
CMYK 0.44 0.74 0 0.25
HSL 264.26º 0.59% 0.47% -
HSV(B) 264.26º 0.74% 0.75% -
XYZ 16.61 9.17 50.18 -
YUV 83.12 188.88 145.04 -
System Red Green Blue C M Y K H S L
Decimal 107 50 191 0.44 0.74 0 0.25 264.26 0.59 0.47
Hex 6B 32 BF 2C 4A 0 19 108 3B 2F
Octal 153 62 277 54 112 0 31 410 73 57
Binary 1101011 110010 10111111 101100 1001010 0 11001 100001000 111011 101111

Color Harmonies of #6B32BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B32BF

Black with #6B32BF

Text Example


Text Example

White with #6B32BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,50,191); }

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

background-color css

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

 a { background-color: rgb(107,50,191); }

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

border-color css

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

 span { border-color: rgb(107,50,191); }

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