Html Css Color HEX #6B3EBA Purple Heart

📋 copy color: '#6B3EBA'

red 107 ◦ green 62 ◦ blue 186

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

Shades of Purple Heart #6B3EBA

Tints of Purple Heart #6B3EBA

RGB

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

 GREEN value IS 62 (24.61% from 255) = 17.46%

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

R = 30.14%
G = 17.46%
B = 52.39%

CMYK

 C value IS 0.42

 M value IS 0.67

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6B3EBA (or 0x6B3EBA) is known color: Purple Heart. HEX triplet: 6B, 3E and BA. RGB value is (107,62,186). Sum of RGB (Red+Green+Blue) = 107+62+186=355 (47% of max value = 765). Red value is 107 (42.19% from 255 or 30.14% from 355); Green value is 62 (24.61% from 255 or 17.46% from 355); Blue value is 186 (73.05% from 255 or 52.39% from 355); Max value from RGB is 186 - color contains mainly: blue. Hex color #6B3EBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6B3EBA is #94C145. Grayscale: #595959. Windows color (decimal): -9748806 or 12205675. OLE color: 12205675.

HSL color Cylindrical-coordinate representation of color #6B3EBA: hue angle of 261.77º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6B3EBA is Cyan = 0.42, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 107 62 186 -
CMYK 0.42 0.67 0 0.27
HSL 261.77º 0.5% 0.49% -
HSV(B) 261.77º 0.67% 0.73% -
XYZ 16.65 10.12 47.53 -
YUV 89.59 182.41 140.42 -
System Red Green Blue C M Y K H S L
Decimal 107 62 186 0.42 0.67 0 0.27 261.77 0.5 0.49
Hex 6B 3E BA 2A 43 0 1B 106 32 31
Octal 153 76 272 52 103 0 33 406 62 61
Binary 1101011 111110 10111010 101010 1000011 0 11011 100000110 110010 110001

Color Harmonies of #6B3EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B3EBA

Black with #6B3EBA

Text Example


Text Example

White with #6B3EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,62,186); }

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

background-color css

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

 a { background-color: rgb(107,62,186); }

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

border-color css

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

 span { border-color: rgb(107,62,186); }

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