Html Css Color HEX #6725CA Purple Heart

📋 copy color: '#6725CA'

red 103 ◦ green 37 ◦ blue 202

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

Shades of Purple Heart #6725CA

Tints of Purple Heart #6725CA

RGB

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

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

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

R = 30.12%
G = 10.82%
B = 59.06%

CMYK

 C value IS 0.49

 M value IS 0.82

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#6725CA (or 0x6725CA) is known color: Purple Heart. HEX triplet: 67, 25 and CA. RGB value is (103,37,202). Sum of RGB (Red+Green+Blue) = 103+37+202=342 (45% of max value = 765). Red value is 103 (40.62% from 255 or 30.12% from 342); Green value is 37 (14.84% from 255 or 10.82% from 342); Blue value is 202 (79.30% from 255 or 59.06% from 342); Max value from RGB is 202 - color contains mainly: blue. Hex color #6725CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6725CA is #98DA35. Grayscale: #4A4A4A. Windows color (decimal): -10017334 or 13247847. OLE color: 13247847.

HSL color Cylindrical-coordinate representation of color #6725CA: hue angle of 264º 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 #6725CA is Cyan = 0.49, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 103 37 202 -
CMYK 0.49 0.82 0 0.21
HSL 264º 0.69% 0.47% -
HSV(B) 264º 0.82% 0.79% -
XYZ 16.92 8.47 56.62 -
YUV 75.54 199.37 147.58 -
System Red Green Blue C M Y K H S L
Decimal 103 37 202 0.49 0.82 0 0.21 264 0.69 0.47
Hex 67 25 CA 31 52 0 15 108 45 2F
Octal 147 45 312 61 122 0 25 410 105 57
Binary 1100111 100101 11001010 110001 1010010 0 10101 100001000 1000101 101111

Color Harmonies of #6725CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6725CA

Black with #6725CA

Text Example


Text Example

White with #6725CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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