Html Css Color HEX #6E30CD Purple Heart

📋 copy color: '#6E30CD'

red 110 ◦ green 48 ◦ blue 205

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

Shades of Purple Heart #6E30CD

Tints of Purple Heart #6E30CD

RGB

 RED value IS 110 (43.36% from 255) = 30.3%

 GREEN value IS 48 (19.14% from 255) = 13.22%

 BLUE value IS 205 (80.47% from 255) = 56.47%

R = 30.3%
G = 13.22%
B = 56.47%

CMYK

 C value IS 0.46

 M value IS 0.77

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6E30CD (or 0x6E30CD) is known color: Purple Heart. HEX triplet: 6E, 30 and CD. RGB value is (110,48,205). Sum of RGB (Red+Green+Blue) = 110+48+205=363 (48% of max value = 765). Red value is 110 (43.36% from 255 or 30.30% from 363); Green value is 48 (19.14% from 255 or 13.22% from 363); Blue value is 205 (80.47% from 255 or 56.47% from 363); Max value from RGB is 205 - color contains mainly: blue. Hex color #6E30CD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6E30CD is #91CF32. Grayscale: #535353. Windows color (decimal): -9555763 or 13447278. OLE color: 13447278.

HSL color Cylindrical-coordinate representation of color #6E30CD: hue angle of 263.69º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6E30CD is Cyan = 0.46, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 110 48 205 -
CMYK 0.46 0.77 0 0.20
HSL 263.69º 0.62% 0.5% -
HSV(B) 263.69º 0.77% 0.8% -
XYZ 18.51 9.84 58.68 -
YUV 84.44 196.04 146.23 -
System Red Green Blue C M Y K H S L
Decimal 110 48 205 0.46 0.77 0 0.20 263.69 0.62 0.5
Hex 6E 30 CD 2E 4D 0 14 108 3E 32
Octal 156 60 315 56 115 0 24 410 76 62
Binary 1101110 110000 11001101 101110 1001101 0 10100 100001000 111110 110010

Color Harmonies of #6E30CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E30CD

Black with #6E30CD

Text Example


Text Example

White with #6E30CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,48,205); }

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

background-color css

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

 a { background-color: rgb(110,48,205); }

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

border-color css

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

 span { border-color: rgb(110,48,205); }

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