Html Css Color HEX #6C38CA Purple Heart

📋 copy color: '#6C38CA'

red 108 ◦ green 56 ◦ blue 202

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

Shades of Purple Heart #6C38CA

Tints of Purple Heart #6C38CA

RGB

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

 GREEN value IS 56 (22.27% from 255) = 15.3%

 BLUE value IS 202 (79.3% from 255) = 55.19%

R = 29.51%
G = 15.3%
B = 55.19%

CMYK

 C value IS 0.47

 M value IS 0.72

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#6C38CA (or 0x6C38CA) is known color: Purple Heart. HEX triplet: 6C, 38 and CA. RGB value is (108,56,202). Sum of RGB (Red+Green+Blue) = 108+56+202=366 (48% of max value = 765). Red value is 108 (42.58% from 255 or 29.51% from 366); Green value is 56 (22.27% from 255 or 15.30% from 366); Blue value is 202 (79.30% from 255 or 55.19% from 366); Max value from RGB is 202 - color contains mainly: blue. Hex color #6C38CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6C38CA is #93C735. Grayscale: #575757. Windows color (decimal): -9684790 or 13252716. OLE color: 13252716.

HSL color Cylindrical-coordinate representation of color #6C38CA: hue angle of 261.37º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6C38CA is Cyan = 0.47, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 108 56 202 -
CMYK 0.47 0.72 0 0.21
HSL 261.37º 0.58% 0.51% -
HSV(B) 261.37º 0.72% 0.79% -
XYZ 18.26 10.28 56.9 -
YUV 88.19 192.23 142.13 -
System Red Green Blue C M Y K H S L
Decimal 108 56 202 0.47 0.72 0 0.21 261.37 0.58 0.51
Hex 6C 38 CA 2F 48 0 15 105 3A 33
Octal 154 70 312 57 110 0 25 405 72 63
Binary 1101100 111000 11001010 101111 1001000 0 10101 100000101 111010 110011

Color Harmonies of #6C38CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C38CA

Black with #6C38CA

Text Example


Text Example

White with #6C38CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,56,202); }

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

background-color css

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

 a { background-color: rgb(108,56,202); }

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

border-color css

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

 span { border-color: rgb(108,56,202); }

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