Html Css Color HEX #6B40BE Purple Heart

📋 copy color: '#6B40BE'

red 107 ◦ green 64 ◦ blue 190

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

Shades of Purple Heart #6B40BE

Tints of Purple Heart #6B40BE

RGB

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

 GREEN value IS 64 (25.39% from 255) = 17.73%

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

R = 29.64%
G = 17.73%
B = 52.63%

CMYK

 C value IS 0.44

 M value IS 0.66

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6B40BE (or 0x6B40BE) is known color: Purple Heart. HEX triplet: 6B, 40 and BE. RGB value is (107,64,190). Sum of RGB (Red+Green+Blue) = 107+64+190=361 (47% of max value = 765). Red value is 107 (42.19% from 255 or 29.64% from 361); Green value is 64 (25.39% from 255 or 17.73% from 361); Blue value is 190 (74.61% from 255 or 52.63% from 361); Max value from RGB is 190 - color contains mainly: blue. Hex color #6B40BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6B40BE is #94BF41. Grayscale: #5A5A5A. Windows color (decimal): -9748290 or 12468331. OLE color: 12468331.

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

Color convert

RGB 107 64 190 -
CMYK 0.44 0.66 0 0.25
HSL 260.48º 0.5% 0.5% -
HSV(B) 260.48º 0.66% 0.75% -
XYZ 17.19 10.51 49.84 -
YUV 91.22 183.75 139.25 -
System Red Green Blue C M Y K H S L
Decimal 107 64 190 0.44 0.66 0 0.25 260.48 0.5 0.5
Hex 6B 40 BE 2C 42 0 19 104 32 32
Octal 153 100 276 54 102 0 31 404 62 62
Binary 1101011 1000000 10111110 101100 1000010 0 11001 100000100 110010 110010

Color Harmonies of #6B40BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B40BE

Black with #6B40BE

Text Example


Text Example

White with #6B40BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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