Html Css Color HEX #6B39D7 Purple Heart

📋 copy color: '#6B39D7'

red 107 ◦ green 57 ◦ blue 215

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

Shades of Purple Heart #6B39D7

Tints of Purple Heart #6B39D7

RGB

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

 GREEN value IS 57 (22.66% from 255) = 15.04%

 BLUE value IS 215 (84.38% from 255) = 56.73%

R = 28.23%
G = 15.04%
B = 56.73%

CMYK

 C value IS 0.50

 M value IS 0.73

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#6B39D7 (or 0x6B39D7) is known color: Purple Heart. HEX triplet: 6B, 39 and D7. RGB value is (107,57,215). Sum of RGB (Red+Green+Blue) = 107+57+215=379 (50% of max value = 765). Red value is 107 (42.19% from 255 or 28.23% from 379); Green value is 57 (22.66% from 255 or 15.04% from 379); Blue value is 215 (84.38% from 255 or 56.73% from 379); Max value from RGB is 215 - color contains mainly: blue. Hex color #6B39D7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6B39D7 is #94C628. Grayscale: #595959. Windows color (decimal): -9750057 or 14104939. OLE color: 14104939.

HSL color Cylindrical-coordinate representation of color #6B39D7: hue angle of 258.99º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6B39D7 is Cyan = 0.50, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 107 57 215 -
CMYK 0.50 0.73 0 0.16
HSL 258.99º 0.66% 0.53% -
HSV(B) 258.99º 0.73% 0.84% -
XYZ 19.79 10.96 65.36 -
YUV 89.96 198.57 140.15 -
System Red Green Blue C M Y K H S L
Decimal 107 57 215 0.50 0.73 0 0.16 258.99 0.66 0.53
Hex 6B 39 D7 32 49 0 10 103 42 35
Octal 153 71 327 62 111 0 20 403 102 65
Binary 1101011 111001 11010111 110010 1001001 0 10000 100000011 1000010 110101

Color Harmonies of #6B39D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B39D7

Black with #6B39D7

Text Example


Text Example

White with #6B39D7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,57,215); }

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

background-color css

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

 a { background-color: rgb(107,57,215); }

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

border-color css

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

 span { border-color: rgb(107,57,215); }

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