Html Css Color HEX #6D25CC Purple Heart

📋 copy color: '#6D25CC'

red 109 ◦ green 37 ◦ blue 204

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

Shades of Purple Heart #6D25CC

Tints of Purple Heart #6D25CC

RGB

 RED value IS 109 (42.97% from 255) = 31.14%

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

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

R = 31.14%
G = 10.57%
B = 58.29%

CMYK

 C value IS 0.47

 M value IS 0.82

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#6D25CC (or 0x6D25CC) is known color: Purple Heart. HEX triplet: 6D, 25 and CC. RGB value is (109,37,204). Sum of RGB (Red+Green+Blue) = 109+37+204=350 (46% of max value = 765). Red value is 109 (42.97% from 255 or 31.14% from 350); Green value is 37 (14.84% from 255 or 10.57% from 350); Blue value is 204 (80.08% from 255 or 58.29% from 350); Max value from RGB is 204 - color contains mainly: blue. Hex color #6D25CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6D25CC is #92DA33. Grayscale: #4C4C4C. Windows color (decimal): -9624116 or 13378925. OLE color: 13378925.

HSL color Cylindrical-coordinate representation of color #6D25CC: hue angle of 265.87º 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 #6D25CC is Cyan = 0.47, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 109 37 204 -
CMYK 0.47 0.82 0 0.2
HSL 265.87º 0.69% 0.47% -
HSV(B) 265.87º 0.82% 0.8% -
XYZ 17.87 8.93 57.91 -
YUV 77.57 199.35 150.42 -
System Red Green Blue C M Y K H S L
Decimal 109 37 204 0.47 0.82 0 0.2 265.87 0.69 0.47
Hex 6D 25 CC 2F 52 0 14 10A 45 2F
Octal 155 45 314 57 122 0 24 412 105 57
Binary 1101101 100101 11001100 101111 1010010 0 10100 100001010 1000101 101111

Color Harmonies of #6D25CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D25CC

Black with #6D25CC

Text Example


Text Example

White with #6D25CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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