Html Css Color HEX #6C3DBF Purple Heart

📋 copy color: '#6C3DBF'

red 108 ◦ green 61 ◦ blue 191

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

Shades of Purple Heart #6C3DBF

Tints of Purple Heart #6C3DBF

RGB

 RED value IS 108 (42.58% from 255) = 30%

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

 BLUE value IS 191 (75% from 255) = 53.06%

R = 30%
G = 16.94%
B = 53.06%

CMYK

 C value IS 0.43

 M value IS 0.68

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6C3DBF (or 0x6C3DBF) is known color: Purple Heart. HEX triplet: 6C, 3D and BF. RGB value is (108,61,191). Sum of RGB (Red+Green+Blue) = 108+61+191=360 (47% of max value = 765). Red value is 108 (42.58% from 255 or 30% from 360); Green value is 61 (24.22% from 255 or 16.94% from 360); Blue value is 191 (75% from 255 or 53.06% from 360); Max value from RGB is 191 - color contains mainly: blue. Hex color #6C3DBF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6C3DBF is #93C240. Grayscale: #595959. Windows color (decimal): -9683521 or 12533100. OLE color: 12533100.

HSL color Cylindrical-coordinate representation of color #6C3DBF: hue angle of 261.69º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6C3DBF is Cyan = 0.43, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 108 61 191 -
CMYK 0.43 0.68 0 0.25
HSL 261.69º 0.52% 0.49% -
HSV(B) 261.69º 0.68% 0.75% -
XYZ 17.26 10.29 50.37 -
YUV 89.87 185.07 140.93 -
System Red Green Blue C M Y K H S L
Decimal 108 61 191 0.43 0.68 0 0.25 261.69 0.52 0.49
Hex 6C 3D BF 2B 44 0 19 106 34 31
Octal 154 75 277 53 104 0 31 406 64 61
Binary 1101100 111101 10111111 101011 1000100 0 11001 100000110 110100 110001

Color Harmonies of #6C3DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C3DBF

Black with #6C3DBF

Text Example


Text Example

White with #6C3DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,61,191); }

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

background-color css

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

 a { background-color: rgb(108,61,191); }

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

border-color css

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

 span { border-color: rgb(108,61,191); }

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