Html Css Color HEX #6925CA Purple Heart

📋 copy color: '#6925CA'

red 105 ◦ green 37 ◦ blue 202

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

Shades of Purple Heart #6925CA

Tints of Purple Heart #6925CA

RGB

 RED value IS 105 (41.41% from 255) = 30.52%

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

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

R = 30.52%
G = 10.76%
B = 58.72%

CMYK

 C value IS 0.48

 M value IS 0.82

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#6925CA (or 0x6925CA) is known color: Purple Heart. HEX triplet: 69, 25 and CA. RGB value is (105,37,202). Sum of RGB (Red+Green+Blue) = 105+37+202=344 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.52% from 344); Green value is 37 (14.84% from 255 or 10.76% from 344); Blue value is 202 (79.30% from 255 or 58.72% from 344); Max value from RGB is 202 - color contains mainly: blue. Hex color #6925CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6925CA is #96DA35. Grayscale: #4B4B4B. Windows color (decimal): -9886262 or 13247849. OLE color: 13247849.

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

Color convert

RGB 105 37 202 -
CMYK 0.48 0.82 0 0.21
HSL 264.73º 0.69% 0.47% -
HSV(B) 264.73º 0.82% 0.79% -
XYZ 17.15 8.59 56.63 -
YUV 76.14 199.03 148.58 -
System Red Green Blue C M Y K H S L
Decimal 105 37 202 0.48 0.82 0 0.21 264.73 0.69 0.47
Hex 69 25 CA 30 52 0 15 109 45 2F
Octal 151 45 312 60 122 0 25 411 105 57
Binary 1101001 100101 11001010 110000 1010010 0 10101 100001001 1000101 101111

Color Harmonies of #6925CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6925CA

Black with #6925CA

Text Example


Text Example

White with #6925CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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