Html Css Color HEX #6C40BE Purple Heart

📋 copy color: '#6C40BE'

red 108 ◦ green 64 ◦ blue 190

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

Shades of Purple Heart #6C40BE

Tints of Purple Heart #6C40BE

RGB

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

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

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

R = 29.83%
G = 17.68%
B = 52.49%

CMYK

 C value IS 0.43

 M value IS 0.66

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6C40BE (or 0x6C40BE) is known color: Purple Heart. HEX triplet: 6C, 40 and BE. RGB value is (108,64,190). Sum of RGB (Red+Green+Blue) = 108+64+190=362 (47% of max value = 765). Red value is 108 (42.58% from 255 or 29.83% from 362); Green value is 64 (25.39% from 255 or 17.68% from 362); Blue value is 190 (74.61% from 255 or 52.49% from 362); Max value from RGB is 190 - color contains mainly: blue. Hex color #6C40BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6C40BE is #93BF41. Grayscale: #5B5B5B. Windows color (decimal): -9682754 or 12468332. OLE color: 12468332.

HSL color Cylindrical-coordinate representation of color #6C40BE: hue angle of 260.95º 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 #6C40BE is Cyan = 0.43, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 108 64 190 -
CMYK 0.43 0.66 0 0.25
HSL 260.95º 0.5% 0.5% -
HSV(B) 260.95º 0.66% 0.75% -
XYZ 17.31 10.57 49.84 -
YUV 91.52 183.58 139.75 -
System Red Green Blue C M Y K H S L
Decimal 108 64 190 0.43 0.66 0 0.25 260.95 0.5 0.5
Hex 6C 40 BE 2B 42 0 19 105 32 32
Octal 154 100 276 53 102 0 31 405 62 62
Binary 1101100 1000000 10111110 101011 1000010 0 11001 100000101 110010 110010

Color Harmonies of #6C40BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C40BE

Black with #6C40BE

Text Example


Text Example

White with #6C40BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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