Html Css Color HEX #6725C6 Purple Heart

📋 copy color: '#6725C6'

red 103 ◦ green 37 ◦ blue 198

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

Shades of Purple Heart #6725C6

Tints of Purple Heart #6725C6

RGB

 RED value IS 103 (40.63% from 255) = 30.47%

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

 BLUE value IS 198 (77.73% from 255) = 58.58%

R = 30.47%
G = 10.95%
B = 58.58%

CMYK

 C value IS 0.48

 M value IS 0.81

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#6725C6 (or 0x6725C6) is known color: Purple Heart. HEX triplet: 67, 25 and C6. RGB value is (103,37,198). Sum of RGB (Red+Green+Blue) = 103+37+198=338 (44% of max value = 765). Red value is 103 (40.62% from 255 or 30.47% from 338); Green value is 37 (14.84% from 255 or 10.95% from 338); Blue value is 198 (77.73% from 255 or 58.58% from 338); Max value from RGB is 198 - color contains mainly: blue. Hex color #6725C6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6725C6 is #98DA39. Grayscale: #4A4A4A. Windows color (decimal): -10017338 or 12985703. OLE color: 12985703.

HSL color Cylindrical-coordinate representation of color #6725C6: hue angle of 264.6º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6725C6 is Cyan = 0.48, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 103 37 198 -
CMYK 0.48 0.81 0 0.22
HSL 264.6º 0.69% 0.46% -
HSV(B) 264.6º 0.81% 0.78% -
XYZ 16.45 8.28 54.16 -
YUV 75.09 197.37 147.91 -
System Red Green Blue C M Y K H S L
Decimal 103 37 198 0.48 0.81 0 0.22 264.6 0.69 0.46
Hex 67 25 C6 30 51 0 16 109 45 2E
Octal 147 45 306 60 121 0 26 411 105 56
Binary 1100111 100101 11000110 110000 1010001 0 10110 100001001 1000101 101110

Color Harmonies of #6725C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6725C6

Black with #6725C6

Text Example


Text Example

White with #6725C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6725C6; }

 p { color: rgb(103,37,198); }

 H1.HeaderClassName
 {
   color: #6725C6;
 }
 .AnyTagClassName
 {
   color: #6725C6;
 }
</style>

background-color css

<style>
 a { background-color: #6725C6; }

 a { background-color: rgb(103,37,198); }

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

border-color css

<style>
 span { border-color: #6725C6; }

 span { border-color: rgb(103,37,198); }

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