Html Css Color HEX #6B3ABF Purple Heart

📋 copy color: '#6B3ABF'

red 107 ◦ green 58 ◦ blue 191

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

Shades of Purple Heart #6B3ABF

Tints of Purple Heart #6B3ABF

RGB

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

 GREEN value IS 58 (23.05% from 255) = 16.29%

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

R = 30.06%
G = 16.29%
B = 53.65%

CMYK

 C value IS 0.44

 M value IS 0.70

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6B3ABF (or 0x6B3ABF) is known color: Purple Heart. HEX triplet: 6B, 3A and BF. RGB value is (107,58,191). Sum of RGB (Red+Green+Blue) = 107+58+191=356 (47% of max value = 765). Red value is 107 (42.19% from 255 or 30.06% from 356); Green value is 58 (23.05% from 255 or 16.29% from 356); Blue value is 191 (75% from 255 or 53.65% from 356); Max value from RGB is 191 - color contains mainly: blue. Hex color #6B3ABF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6B3ABF is #94C540. Grayscale: #575757. Windows color (decimal): -9749825 or 12532331. OLE color: 12532331.

HSL color Cylindrical-coordinate representation of color #6B3ABF: hue angle of 262.11º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6B3ABF is Cyan = 0.44, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 107 58 191 -
CMYK 0.44 0.70 0 0.25
HSL 262.11º 0.53% 0.49% -
HSV(B) 262.11º 0.7% 0.75% -
XYZ 16.98 9.91 50.31 -
YUV 87.81 186.23 141.69 -
System Red Green Blue C M Y K H S L
Decimal 107 58 191 0.44 0.70 0 0.25 262.11 0.53 0.49
Hex 6B 3A BF 2C 46 0 19 106 35 31
Octal 153 72 277 54 106 0 31 406 65 61
Binary 1101011 111010 10111111 101100 1000110 0 11001 100000110 110101 110001

Color Harmonies of #6B3ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B3ABF

Black with #6B3ABF

Text Example


Text Example

White with #6B3ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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