Html Css Color HEX #6C3EBA Purple Heart

📋 copy color: '#6C3EBA'

red 108 ◦ green 62 ◦ blue 186

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

Shades of Purple Heart #6C3EBA

Tints of Purple Heart #6C3EBA

RGB

 RED value IS 108 (42.58% from 255) = 30.34%

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

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

R = 30.34%
G = 17.42%
B = 52.25%

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

#6C3EBA (or 0x6C3EBA) is known color: Purple Heart. HEX triplet: 6C, 3E and BA. RGB value is (108,62,186). Sum of RGB (Red+Green+Blue) = 108+62+186=356 (47% of max value = 765). Red value is 108 (42.58% from 255 or 30.34% from 356); Green value is 62 (24.61% from 255 or 17.42% from 356); Blue value is 186 (73.05% from 255 or 52.25% from 356); Max value from RGB is 186 - color contains mainly: blue. Hex color #6C3EBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6C3EBA is #93C145. Grayscale: #595959. Windows color (decimal): -9683270 or 12205676. OLE color: 12205676.

HSL color Cylindrical-coordinate representation of color #6C3EBA: hue angle of 262.26º 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 #6C3EBA is Cyan = 0.42, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 108 62 186 -
CMYK 0.42 0.67 0 0.27
HSL 262.26º 0.5% 0.49% -
HSV(B) 262.26º 0.67% 0.73% -
XYZ 16.77 10.18 47.54 -
YUV 89.89 182.24 140.92 -
System Red Green Blue C M Y K H S L
Decimal 108 62 186 0.42 0.67 0 0.27 262.26 0.5 0.49
Hex 6C 3E BA 2A 43 0 1B 106 32 31
Octal 154 76 272 52 103 0 33 406 62 61
Binary 1101100 111110 10111010 101010 1000011 0 11011 100000110 110010 110001

Color Harmonies of #6C3EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C3EBA

Black with #6C3EBA

Text Example


Text Example

White with #6C3EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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