Html Css Color HEX #6B39BE Purple Heart

📋 copy color: '#6B39BE'

red 107 ◦ green 57 ◦ blue 190

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

Shades of Purple Heart #6B39BE

Tints of Purple Heart #6B39BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 53.67%

R = 30.23%
G = 16.1%
B = 53.67%

CMYK

 C value IS 0.44

 M value IS 0.7

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6B39BE (or 0x6B39BE) is known color: Purple Heart. HEX triplet: 6B, 39 and BE. RGB value is (107,57,190). Sum of RGB (Red+Green+Blue) = 107+57+190=354 (46% of max value = 765). Red value is 107 (42.19% from 255 or 30.23% from 354); Green value is 57 (22.66% from 255 or 16.10% from 354); Blue value is 190 (74.61% from 255 or 53.67% from 354); Max value from RGB is 190 - color contains mainly: blue. Hex color #6B39BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6B39BE is #94C641. Grayscale: #565656. Windows color (decimal): -9750082 or 12466539. OLE color: 12466539.

HSL color Cylindrical-coordinate representation of color #6B39BE: hue angle of 262.56º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6B39BE is Cyan = 0.44, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 107 57 190 -
CMYK 0.44 0.7 0 0.25
HSL 262.56º 0.54% 0.48% -
HSV(B) 262.56º 0.7% 0.75% -
XYZ 16.82 9.77 49.71 -
YUV 87.11 186.07 142.19 -
System Red Green Blue C M Y K H S L
Decimal 107 57 190 0.44 0.7 0 0.25 262.56 0.54 0.48
Hex 6B 39 BE 2C 46 0 19 107 36 30
Octal 153 71 276 54 106 0 31 407 66 60
Binary 1101011 111001 10111110 101100 1000110 0 11001 100000111 110110 110000

Color Harmonies of #6B39BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B39BE

Black with #6B39BE

Text Example


Text Example

White with #6B39BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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