Html Css Color HEX #6B38DB Purple Heart

📋 copy color: '#6B38DB'

red 107 ◦ green 56 ◦ blue 219

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

Shades of Purple Heart #6B38DB

Tints of Purple Heart #6B38DB

RGB

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

 GREEN value IS 56 (22.27% from 255) = 14.66%

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

R = 28.01%
G = 14.66%
B = 57.33%

CMYK

 C value IS 0.51

 M value IS 0.74

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6B38DB (or 0x6B38DB) is known color: Purple Heart. HEX triplet: 6B, 38 and DB. RGB value is (107,56,219). Sum of RGB (Red+Green+Blue) = 107+56+219=382 (50% of max value = 765). Red value is 107 (42.19% from 255 or 28.01% from 382); Green value is 56 (22.27% from 255 or 14.66% from 382); Blue value is 219 (85.94% from 255 or 57.33% from 382); Max value from RGB is 219 - color contains mainly: blue. Hex color #6B38DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6B38DB is #94C724. Grayscale: #595959. Windows color (decimal): -9750309 or 14366827. OLE color: 14366827.

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

Color convert

RGB 107 56 219 -
CMYK 0.51 0.74 0 0.14
HSL 258.77º 0.69% 0.54% -
HSV(B) 258.77º 0.74% 0.86% -
XYZ 20.26 11.07 68.09 -
YUV 89.83 200.9 140.25 -
System Red Green Blue C M Y K H S L
Decimal 107 56 219 0.51 0.74 0 0.14 258.77 0.69 0.54
Hex 6B 38 DB 33 4A 0 E 103 45 36
Octal 153 70 333 63 112 0 16 403 105 66
Binary 1101011 111000 11011011 110011 1001010 0 1110 100000011 1000101 110110

Color Harmonies of #6B38DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B38DB

Black with #6B38DB

Text Example


Text Example

White with #6B38DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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