Html Css Color HEX #6B25CA Purple Heart

📋 copy color: '#6B25CA'

red 107 ◦ green 37 ◦ blue 202

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

Shades of Purple Heart #6B25CA

Tints of Purple Heart #6B25CA

RGB

 RED value IS 107 (42.19% from 255) = 30.92%

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

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

R = 30.92%
G = 10.69%
B = 58.38%

CMYK

 C value IS 0.47

 M value IS 0.82

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#6B25CA (or 0x6B25CA) is known color: Purple Heart. HEX triplet: 6B, 25 and CA. RGB value is (107,37,202). Sum of RGB (Red+Green+Blue) = 107+37+202=346 (45% of max value = 765). Red value is 107 (42.19% from 255 or 30.92% from 346); Green value is 37 (14.84% from 255 or 10.69% from 346); Blue value is 202 (79.30% from 255 or 58.38% from 346); Max value from RGB is 202 - color contains mainly: blue. Hex color #6B25CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6B25CA is #94DA35. Grayscale: #4C4C4C. Windows color (decimal): -9755190 or 13247851. OLE color: 13247851.

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

Color convert

RGB 107 37 202 -
CMYK 0.47 0.82 0 0.21
HSL 265.45º 0.69% 0.47% -
HSV(B) 265.45º 0.82% 0.79% -
XYZ 17.39 8.71 56.64 -
YUV 76.74 198.69 149.58 -
System Red Green Blue C M Y K H S L
Decimal 107 37 202 0.47 0.82 0 0.21 265.45 0.69 0.47
Hex 6B 25 CA 2F 52 0 15 109 45 2F
Octal 153 45 312 57 122 0 25 411 105 57
Binary 1101011 100101 11001010 101111 1010010 0 10101 100001001 1000101 101111

Color Harmonies of #6B25CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B25CA

Black with #6B25CA

Text Example


Text Example

White with #6B25CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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