Html Css Color HEX #6D39CF Purple Heart

📋 copy color: '#6D39CF'

red 109 ◦ green 57 ◦ blue 207

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

Shades of Purple Heart #6D39CF

Tints of Purple Heart #6D39CF

RGB

 RED value IS 109 (42.97% from 255) = 29.22%

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

 BLUE value IS 207 (81.25% from 255) = 55.5%

R = 29.22%
G = 15.28%
B = 55.5%

CMYK

 C value IS 0.47

 M value IS 0.72

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6D39CF (or 0x6D39CF) is known color: Purple Heart. HEX triplet: 6D, 39 and CF. RGB value is (109,57,207). Sum of RGB (Red+Green+Blue) = 109+57+207=373 (49% of max value = 765). Red value is 109 (42.97% from 255 or 29.22% from 373); Green value is 57 (22.66% from 255 or 15.28% from 373); Blue value is 207 (81.25% from 255 or 55.50% from 373); Max value from RGB is 207 - color contains mainly: blue. Hex color #6D39CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6D39CF is #92C630. Grayscale: #595959. Windows color (decimal): -9618993 or 13580653. OLE color: 13580653.

HSL color Cylindrical-coordinate representation of color #6D39CF: hue angle of 260.8º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6D39CF is Cyan = 0.47, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 109 57 207 -
CMYK 0.47 0.72 0 0.19
HSL 260.8º 0.61% 0.52% -
HSV(B) 260.8º 0.72% 0.81% -
XYZ 19.03 10.68 60.09 -
YUV 89.65 194.23 141.8 -
System Red Green Blue C M Y K H S L
Decimal 109 57 207 0.47 0.72 0 0.19 260.8 0.61 0.52
Hex 6D 39 CF 2F 48 0 13 105 3D 34
Octal 155 71 317 57 110 0 23 405 75 64
Binary 1101101 111001 11001111 101111 1001000 0 10011 100000101 111101 110100

Color Harmonies of #6D39CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D39CF

Black with #6D39CF

Text Example


Text Example

White with #6D39CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,57,207); }

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

background-color css

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

 a { background-color: rgb(109,57,207); }

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

border-color css

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

 span { border-color: rgb(109,57,207); }

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