Html Css Color HEX #6B3DDB Purple Heart

📋 copy color: '#6B3DDB'

red 107 ◦ green 61 ◦ blue 219

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

Shades of Purple Heart #6B3DDB

Tints of Purple Heart #6B3DDB

RGB

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

 GREEN value IS 61 (24.22% from 255) = 15.76%

 BLUE value IS 219 (85.94% from 255) = 56.59%

R = 27.65%
G = 15.76%
B = 56.59%

CMYK

 C value IS 0.51

 M value IS 0.72

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6B3DDB (or 0x6B3DDB) is known color: Purple Heart. HEX triplet: 6B, 3D and DB. RGB value is (107,61,219). Sum of RGB (Red+Green+Blue) = 107+61+219=387 (51% of max value = 765). Red value is 107 (42.19% from 255 or 27.65% from 387); Green value is 61 (24.22% from 255 or 15.76% from 387); Blue value is 219 (85.94% from 255 or 56.59% from 387); Max value from RGB is 219 - color contains mainly: blue. Hex color #6B3DDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6B3DDB is #94C224. Grayscale: #5C5C5C. Windows color (decimal): -9749029 or 14368107. OLE color: 14368107.

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

Color convert

RGB 107 61 219 -
CMYK 0.51 0.72 0 0.14
HSL 257.47º 0.69% 0.55% -
HSV(B) 257.47º 0.72% 0.86% -
XYZ 20.52 11.58 68.17 -
YUV 92.77 199.24 138.15 -
System Red Green Blue C M Y K H S L
Decimal 107 61 219 0.51 0.72 0 0.14 257.47 0.69 0.55
Hex 6B 3D DB 33 48 0 E 101 45 37
Octal 153 75 333 63 110 0 16 401 105 67
Binary 1101011 111101 11011011 110011 1001000 0 1110 100000001 1000101 110111

Color Harmonies of #6B3DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B3DDB

Black with #6B3DDB

Text Example


Text Example

White with #6B3DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,61,219); }

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

background-color css

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

 a { background-color: rgb(107,61,219); }

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

border-color css

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

 span { border-color: rgb(107,61,219); }

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