Html Css Color HEX #6B1EB3 Purple Heart

📋 copy color: '#6B1EB3'

red 107 ◦ green 30 ◦ blue 179

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

Shades of Purple Heart #6B1EB3

Tints of Purple Heart #6B1EB3

RGB

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

 GREEN value IS 30 (12.11% from 255) = 9.49%

 BLUE value IS 179 (70.31% from 255) = 56.65%

R = 33.86%
G = 9.49%
B = 56.65%

CMYK

 C value IS 0.40

 M value IS 0.83

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#6B1EB3 (or 0x6B1EB3) is known color: Purple Heart. HEX triplet: 6B, 1E and B3. RGB value is (107,30,179). Sum of RGB (Red+Green+Blue) = 107+30+179=316 (41% of max value = 765). Red value is 107 (42.19% from 255 or 33.86% from 316); Green value is 30 (12.11% from 255 or 9.49% from 316); Blue value is 179 (70.31% from 255 or 56.65% from 316); Max value from RGB is 179 - color contains mainly: blue. Hex color #6B1EB3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6B1EB3 is #94E14C. Grayscale: #454545. Windows color (decimal): -9757005 or 11738731. OLE color: 11738731.

HSL color Cylindrical-coordinate representation of color #6B1EB3: hue angle of 271.01º degrees, saturation: 0.71, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6B1EB3 is Cyan = 0.40, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 107 30 179 -
CMYK 0.40 0.83 0 0.30
HSL 271.01º 0.71% 0.41% -
HSV(B) 271.01º 0.83% 0.7% -
XYZ 14.66 7.31 43.29 -
YUV 70.01 189.51 154.38 -
System Red Green Blue C M Y K H S L
Decimal 107 30 179 0.40 0.83 0 0.30 271.01 0.71 0.41
Hex 6B 1E B3 28 53 0 1E 10F 47 29
Octal 153 36 263 50 123 0 36 417 107 51
Binary 1101011 11110 10110011 101000 1010011 0 11110 100001111 1000111 101001

Color Harmonies of #6B1EB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B1EB3

Black with #6B1EB3

Text Example


Text Example

White with #6B1EB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,30,179); }

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

background-color css

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

 a { background-color: rgb(107,30,179); }

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

border-color css

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

 span { border-color: rgb(107,30,179); }

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