Html Css Color HEX #6A25CD Purple Heart

📋 copy color: '#6A25CD'

red 106 ◦ green 37 ◦ blue 205

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

Shades of Purple Heart #6A25CD

Tints of Purple Heart #6A25CD

RGB

 RED value IS 106 (41.8% from 255) = 30.46%

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

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

R = 30.46%
G = 10.63%
B = 58.91%

CMYK

 C value IS 0.48

 M value IS 0.82

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6A25CD (or 0x6A25CD) is known color: Purple Heart. HEX triplet: 6A, 25 and CD. RGB value is (106,37,205). Sum of RGB (Red+Green+Blue) = 106+37+205=348 (46% of max value = 765). Red value is 106 (41.80% from 255 or 30.46% from 348); Green value is 37 (14.84% from 255 or 10.63% from 348); Blue value is 205 (80.47% from 255 or 58.91% from 348); Max value from RGB is 205 - color contains mainly: blue. Hex color #6A25CD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6A25CD is #95DA32. Grayscale: #4C4C4C. Windows color (decimal): -9820723 or 13444458. OLE color: 13444458.

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

Color convert

RGB 106 37 205 -
CMYK 0.48 0.82 0 0.20
HSL 264.64º 0.69% 0.47% -
HSV(B) 264.64º 0.82% 0.8% -
XYZ 17.62 8.8 58.53 -
YUV 76.78 200.36 148.84 -
System Red Green Blue C M Y K H S L
Decimal 106 37 205 0.48 0.82 0 0.20 264.64 0.69 0.47
Hex 6A 25 CD 30 52 0 14 109 45 2F
Octal 152 45 315 60 122 0 24 411 105 57
Binary 1101010 100101 11001101 110000 1010010 0 10100 100001001 1000101 101111

Color Harmonies of #6A25CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A25CD

Black with #6A25CD

Text Example


Text Example

White with #6A25CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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