Html Css Color HEX #6C38CB Purple Heart

📋 copy color: '#6C38CB'

red 108 ◦ green 56 ◦ blue 203

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

Shades of Purple Heart #6C38CB

Tints of Purple Heart #6C38CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 55.31%

R = 29.43%
G = 15.26%
B = 55.31%

CMYK

 C value IS 0.47

 M value IS 0.72

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6C38CB (or 0x6C38CB) is known color: Purple Heart. HEX triplet: 6C, 38 and CB. RGB value is (108,56,203). Sum of RGB (Red+Green+Blue) = 108+56+203=367 (48% of max value = 765). Red value is 108 (42.58% from 255 or 29.43% from 367); Green value is 56 (22.27% from 255 or 15.26% from 367); Blue value is 203 (79.69% from 255 or 55.31% from 367); Max value from RGB is 203 - color contains mainly: blue. Hex color #6C38CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6C38CB is #93C734. Grayscale: #575757. Windows color (decimal): -9684789 or 13318252. OLE color: 13318252.

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

Color convert

RGB 108 56 203 -
CMYK 0.47 0.72 0 0.20
HSL 261.22º 0.59% 0.51% -
HSV(B) 261.22º 0.72% 0.8% -
XYZ 18.38 10.33 57.52 -
YUV 88.31 192.73 142.05 -
System Red Green Blue C M Y K H S L
Decimal 108 56 203 0.47 0.72 0 0.20 261.22 0.59 0.51
Hex 6C 38 CB 2F 48 0 14 105 3B 33
Octal 154 70 313 57 110 0 24 405 73 63
Binary 1101100 111000 11001011 101111 1001000 0 10100 100000101 111011 110011

Color Harmonies of #6C38CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C38CB

Black with #6C38CB

Text Example


Text Example

White with #6C38CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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