Html Css Color HEX #6B3EDD Purple Heart

📋 copy color: '#6B3EDD'

red 107 ◦ green 62 ◦ blue 221

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

Shades of Purple Heart #6B3EDD

Tints of Purple Heart #6B3EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 56.67%

R = 27.44%
G = 15.9%
B = 56.67%

CMYK

 C value IS 0.52

 M value IS 0.72

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6B3EDD (or 0x6B3EDD) is known color: Purple Heart. HEX triplet: 6B, 3E and DD. RGB value is (107,62,221). Sum of RGB (Red+Green+Blue) = 107+62+221=390 (51% of max value = 765). Red value is 107 (42.19% from 255 or 27.44% from 390); Green value is 62 (24.61% from 255 or 15.90% from 390); Blue value is 221 (86.72% from 255 or 56.67% from 390); Max value from RGB is 221 - color contains mainly: blue. Hex color #6B3EDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6B3EDD is #94C122. Grayscale: #5C5C5C. Windows color (decimal): -9748771 or 14499435. OLE color: 14499435.

HSL color Cylindrical-coordinate representation of color #6B3EDD: hue angle of 256.98º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6B3EDD is Cyan = 0.52, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 107 62 221 -
CMYK 0.52 0.72 0 0.13
HSL 256.98º 0.7% 0.55% -
HSV(B) 256.98º 0.72% 0.87% -
XYZ 20.84 11.79 69.58 -
YUV 93.58 199.91 137.57 -
System Red Green Blue C M Y K H S L
Decimal 107 62 221 0.52 0.72 0 0.13 256.98 0.7 0.55
Hex 6B 3E DD 34 48 0 D 101 46 37
Octal 153 76 335 64 110 0 15 401 106 67
Binary 1101011 111110 11011101 110100 1001000 0 1101 100000001 1000110 110111

Color Harmonies of #6B3EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B3EDD

Black with #6B3EDD

Text Example


Text Example

White with #6B3EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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