Html Css Color HEX #6B3BDE Purple Heart

📋 copy color: '#6B3BDE'

red 107 ◦ green 59 ◦ blue 222

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

Shades of Purple Heart #6B3BDE

Tints of Purple Heart #6B3BDE

RGB

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

 GREEN value IS 59 (23.44% from 255) = 15.21%

 BLUE value IS 222 (87.11% from 255) = 57.22%

R = 27.58%
G = 15.21%
B = 57.22%

CMYK

 C value IS 0.52

 M value IS 0.73

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6B3BDE (or 0x6B3BDE) is known color: Purple Heart. HEX triplet: 6B, 3B and DE. RGB value is (107,59,222). Sum of RGB (Red+Green+Blue) = 107+59+222=388 (51% of max value = 765). Red value is 107 (42.19% from 255 or 27.58% from 388); Green value is 59 (23.44% from 255 or 15.21% from 388); Blue value is 222 (87.11% from 255 or 57.22% from 388); Max value from RGB is 222 - color contains mainly: blue. Hex color #6B3BDE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6B3BDE is #94C421. Grayscale: #5B5B5B. Windows color (decimal): -9749538 or 14564203. OLE color: 14564203.

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

Color convert

RGB 107 59 222 -
CMYK 0.52 0.73 0 0.13
HSL 257.67º 0.71% 0.55% -
HSV(B) 257.67º 0.73% 0.87% -
XYZ 20.81 11.53 70.24 -
YUV 91.93 201.4 138.75 -
System Red Green Blue C M Y K H S L
Decimal 107 59 222 0.52 0.73 0 0.13 257.67 0.71 0.55
Hex 6B 3B DE 34 49 0 D 102 47 37
Octal 153 73 336 64 111 0 15 402 107 67
Binary 1101011 111011 11011110 110100 1001001 0 1101 100000010 1000111 110111

Color Harmonies of #6B3BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B3BDE

Black with #6B3BDE

Text Example


Text Example

White with #6B3BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,59,222); }

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

background-color css

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

 a { background-color: rgb(107,59,222); }

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

border-color css

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

 span { border-color: rgb(107,59,222); }

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