Html Css Color HEX #6E25CC Purple Heart

📋 copy color: '#6E25CC'

red 110 ◦ green 37 ◦ blue 204

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

Shades of Purple Heart #6E25CC

Tints of Purple Heart #6E25CC

RGB

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

 GREEN value IS 37 (14.84% from 255) = 10.54%

 BLUE value IS 204 (80.08% from 255) = 58.12%

R = 31.34%
G = 10.54%
B = 58.12%

CMYK

 C value IS 0.46

 M value IS 0.82

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#6E25CC (or 0x6E25CC) is known color: Purple Heart. HEX triplet: 6E, 25 and CC. RGB value is (110,37,204). Sum of RGB (Red+Green+Blue) = 110+37+204=351 (46% of max value = 765). Red value is 110 (43.36% from 255 or 31.34% from 351); Green value is 37 (14.84% from 255 or 10.54% from 351); Blue value is 204 (80.08% from 255 or 58.12% from 351); Max value from RGB is 204 - color contains mainly: blue. Hex color #6E25CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6E25CC is #91DA33. Grayscale: #4D4D4D. Windows color (decimal): -9558580 or 13378926. OLE color: 13378926.

HSL color Cylindrical-coordinate representation of color #6E25CC: hue angle of 266.23º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6E25CC is Cyan = 0.46, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 110 37 204 -
CMYK 0.46 0.82 0 0.2
HSL 266.23º 0.69% 0.47% -
HSV(B) 266.23º 0.82% 0.8% -
XYZ 17.99 9 57.92 -
YUV 77.87 199.18 150.92 -
System Red Green Blue C M Y K H S L
Decimal 110 37 204 0.46 0.82 0 0.2 266.23 0.69 0.47
Hex 6E 25 CC 2E 52 0 14 10A 45 2F
Octal 156 45 314 56 122 0 24 412 105 57
Binary 1101110 100101 11001100 101110 1010010 0 10100 100001010 1000101 101111

Color Harmonies of #6E25CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E25CC

Black with #6E25CC

Text Example


Text Example

White with #6E25CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,37,204); }

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

background-color css

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

 a { background-color: rgb(110,37,204); }

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

border-color css

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

 span { border-color: rgb(110,37,204); }

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