Html Css Color HEX #6D25CD Purple Heart

📋 copy color: '#6D25CD'

red 109 ◦ green 37 ◦ blue 205

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

Shades of Purple Heart #6D25CD

Tints of Purple Heart #6D25CD

RGB

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

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

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

R = 31.05%
G = 10.54%
B = 58.4%

CMYK

 C value IS 0.47

 M value IS 0.82

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6D25CD (or 0x6D25CD) is known color: Purple Heart. HEX triplet: 6D, 25 and CD. RGB value is (109,37,205). Sum of RGB (Red+Green+Blue) = 109+37+205=351 (46% of max value = 765). Red value is 109 (42.97% from 255 or 31.05% from 351); Green value is 37 (14.84% from 255 or 10.54% from 351); Blue value is 205 (80.47% from 255 or 58.40% from 351); Max value from RGB is 205 - color contains mainly: blue. Hex color #6D25CD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6D25CD is #92DA32. Grayscale: #4D4D4D. Windows color (decimal): -9624115 or 13444461. OLE color: 13444461.

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

Color convert

RGB 109 37 205 -
CMYK 0.47 0.82 0 0.20
HSL 265.71º 0.69% 0.47% -
HSV(B) 265.71º 0.82% 0.8% -
XYZ 17.99 8.98 58.54 -
YUV 77.68 199.85 150.34 -
System Red Green Blue C M Y K H S L
Decimal 109 37 205 0.47 0.82 0 0.20 265.71 0.69 0.47
Hex 6D 25 CD 2F 52 0 14 10A 45 2F
Octal 155 45 315 57 122 0 24 412 105 57
Binary 1101101 100101 11001101 101111 1010010 0 10100 100001010 1000101 101111

Color Harmonies of #6D25CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D25CD

Black with #6D25CD

Text Example


Text Example

White with #6D25CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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