Html Css Color HEX #6D25CA Purple Heart

📋 copy color: '#6D25CA'

red 109 ◦ green 37 ◦ blue 202

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

Shades of Purple Heart #6D25CA

Tints of Purple Heart #6D25CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 58.05%

R = 31.32%
G = 10.63%
B = 58.05%

CMYK

 C value IS 0.46

 M value IS 0.82

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#6D25CA (or 0x6D25CA) is known color: Purple Heart. HEX triplet: 6D, 25 and CA. RGB value is (109,37,202). Sum of RGB (Red+Green+Blue) = 109+37+202=348 (46% of max value = 765). Red value is 109 (42.97% from 255 or 31.32% from 348); Green value is 37 (14.84% from 255 or 10.63% from 348); Blue value is 202 (79.30% from 255 or 58.05% from 348); Max value from RGB is 202 - color contains mainly: blue. Hex color #6D25CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6D25CA is #92DA35. Grayscale: #4C4C4C. Windows color (decimal): -9624118 or 13247853. OLE color: 13247853.

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

Color convert

RGB 109 37 202 -
CMYK 0.46 0.82 0 0.21
HSL 266.18º 0.69% 0.47% -
HSV(B) 266.18º 0.82% 0.79% -
XYZ 17.63 8.84 56.65 -
YUV 77.34 198.35 150.58 -
System Red Green Blue C M Y K H S L
Decimal 109 37 202 0.46 0.82 0 0.21 266.18 0.69 0.47
Hex 6D 25 CA 2E 52 0 15 10A 45 2F
Octal 155 45 312 56 122 0 25 412 105 57
Binary 1101101 100101 11001010 101110 1010010 0 10101 100001010 1000101 101111

Color Harmonies of #6D25CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D25CA

Black with #6D25CA

Text Example


Text Example

White with #6D25CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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