Html Css Color HEX #6B3EDA Purple Heart

📋 copy color: '#6B3EDA'

red 107 ◦ green 62 ◦ blue 218

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

Shades of Purple Heart #6B3EDA

Tints of Purple Heart #6B3EDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 56.33%

R = 27.65%
G = 16.02%
B = 56.33%

CMYK

 C value IS 0.51

 M value IS 0.72

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#6B3EDA (or 0x6B3EDA) is known color: Purple Heart. HEX triplet: 6B, 3E and DA. RGB value is (107,62,218). Sum of RGB (Red+Green+Blue) = 107+62+218=387 (51% of max value = 765). Red value is 107 (42.19% from 255 or 27.65% from 387); Green value is 62 (24.61% from 255 or 16.02% from 387); Blue value is 218 (85.55% from 255 or 56.33% from 387); Max value from RGB is 218 - color contains mainly: blue. Hex color #6B3EDA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6B3EDA is #94C125. Grayscale: #5C5C5C. Windows color (decimal): -9748774 or 14302827. OLE color: 14302827.

HSL color Cylindrical-coordinate representation of color #6B3EDA: hue angle of 257.31º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6B3EDA is Cyan = 0.51, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 107 62 218 -
CMYK 0.51 0.72 0 0.15
HSL 257.31º 0.68% 0.55% -
HSV(B) 257.31º 0.72% 0.85% -
XYZ 20.44 11.63 67.5 -
YUV 93.24 198.41 137.82 -
System Red Green Blue C M Y K H S L
Decimal 107 62 218 0.51 0.72 0 0.15 257.31 0.68 0.55
Hex 6B 3E DA 33 48 0 F 101 44 37
Octal 153 76 332 63 110 0 17 401 104 67
Binary 1101011 111110 11011010 110011 1001000 0 1111 100000001 1000100 110111

Color Harmonies of #6B3EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B3EDA

Black with #6B3EDA

Text Example


Text Example

White with #6B3EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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